ui-kit-v2
v0.1.16
Published
UI-KIT-V2
Downloads
3
Readme
UI-KIT-V2
About
UI-KIT-V2 is a reusable component library that helps to build UIs faster for React Js , Next js Web Projects and Supports TypeScript. The goal is to make building durable UIs more productive and satisfying.
Documentation
Features
- Button
- Icons
- Colors
- Others Coming soon..
Tech
Tailwind Css UI Kit itself uses a number of open source projects to work properly:
- [React Js] - A JavaScript library for building user interfaces
- [Tailwind CSS] - A utility-first CSS framework for rapidly building custom user interfaces.
- [Typescript] - TypeScript extends JavaScript by adding types.
And of course Tailwind Css UI Kit itself is open source project on GitHub.
Install
Add UI Kit to your project.
npm install --save ui-kit-v2
or
yarn add ui-kit-v2
Use
Import components you want into your Project
import { Button, ButtonProps} from 'ui-kit-v2';
and use them like so
const example = () => (
<div>
<Button>Submit</Button>
</div>
)
Other Example Please visit Story Book
Welcome For Contributes
Clone the GitHub project then start Storybook.
yarn && yarn storybook