React-tailwind-uikit 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. Now you can Build your Web Application in 24 Hours.We are coming with more 100 component Ready to Implement.Please Support us.
- Button
- Others Coming soon..
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.
Add UI Kit to your project.
npm install --save react-tailwind-uikit
or
yarn add react-tailwind-uikit
Import components you want into your Project
import { Button, ButtonProps} from 'react-tailwind-uikit';
and use them like so
const example = () => (
<div>
<Button>Submit</Button>
</div>
)
Other Example Please visit Story Book
Clone the GitHub project then start Storybook.
yarn && yarn storybook