Getting Started
Installation
# npm
npm i useink
# pnpm
pnpm i useink
# yarn
yarn add useinkConfiguration
tsconfig.json
{
"compilerOptions": {
"moduleResolution": "nodenext", // or `bundler`
}
}Adding <UseInkProvider />
<UseInkProvider />You can now use all the features of useink
Last updated