mystack-ui
v1.2.0
Published
React component library using with Storybook, TypeScript, Eslint, Husky, Vite & TailwindCSS.
Downloads
22
Readme
mystack-ui
- mystack-ui is a component library with React, Typescript, Vite and Tailwind CSS.
See the Full Documentation
Install
npm install mystack-ui
# or
yarn add mystack-ui
Usage
- Add the Tailwind Css in index.html file your project or
follow process to add tailwind css in your project https://tailwindcss.com/docs/installation/using-postcss
- Import components and use them.
import { Button } from 'mystack-ui'
const App = () => {
return (
<div>
<Button buttonType="outline" label="test" />
</div>
)
}
Roadmap
- Button :heavy_check_mark:
- Checkbox :heavy_check_mark:
- Input :construction:
- Select :construction: