- serif-ui-components is a component library with React, Typescript and Tailwind CSS.
npm install serif-ui-components
# or
yarn add serif-ui-components
- Add the
index.css
file to the root of your project.
import 'serif-ui-components/dist/index.css'
- Import components and use them.
import { Button } from 'serif-ui-components'
const App = () => {
return (
<div>
<Button buttonType="outline" label="Serif test" />
</div>
)
}
- Button ✔️
- Checkbox ✔️
- Input 🚧
- Select 🚧