1.9.0 • Published 2 years ago
alif-icon-kit-react v1.9.0
Alif icon kit for React.
How to use?
Inside you React/Next.js project run:
yarn add alif-icon-kit-reactor
npm i alif-icon-kit-reactThen inside you project import necessary icon:
import { Search } from "alif-icon-kit-react";All available icons can be viewed in storybook. Alif UI kit React Storybook
How to start local?
In the root of the project folder, first need to run npm pkg set scripts.prepare="husky install".
Then run yarn dev or npm run dev