alif-react-ui-kit
v1.11.8
Published
Alif UI components pack for React
Downloads
8
Readme
Alif UI kit for React.
How to use?
Inside you React/Next.js project run:
yarn add alif-react-ui-kit
or
npm install alif-react-ui-kit
Then inside you project import necessary component:
import { ButtonColor, ButtonSize, ButtonVariant, Button } from "alif-react-ui-kit";
All available components can be viewed in storybook. All available props well documented also there. Alif UI kit React Storybook
How to contribute?
Create an issue or choose an already created and assignee to yourself.
Clone the repo. Create meaningful branch for developing.
Keep current style code and follow with current folder structure of the project while developing. Inside src/*
folder implement the component from design system. Write tests for the component, referring to previously tests, like inButton
component. Create a Pull request to main branch and assignmhushang
, with Odinaev444
to reviewers.
In the root first need to run npm pkg set scripts.prepare="husky install"
.
Inside test_project/*
folder you can import your component, then run yarn dev
or npm run dev
to start the project and develop the component.