Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serifcolakel/serif-ui-components

This is a boilerplate for creating a React component library using with Storybook, TypeScript, Eslint, Husky, Vite & TailwindCSS.
https://github.com/serifcolakel/serif-ui-components

chromatic eslint huksy prettier react storybook tailwindcss typescript

Last synced: 28 days ago
JSON representation

This is a boilerplate for creating a React component library using with Storybook, TypeScript, Eslint, Husky, Vite & TailwindCSS.

Awesome Lists containing this project

README

        

# serif-ui-components

* **serif-ui-components** is a component library with React, Typescript and Tailwind CSS.

## See the Full Documentation

* [Documentation Link](https://github.com/serifcolakel/serif-ui-components/blob/main/DOCUMENTATION.md)

## Install

```bash
npm install serif-ui-components
# or
yarn add serif-ui-components
```

## Usage

* Add the `index.css` file to the root of your project.

```tsx
import 'serif-ui-components/dist/index.css'
```
* Import components and use them.
```tsx
import { Button } from 'serif-ui-components'

const App = () => {
return (




)
}
```

## See All Components in Chromatic

* [Components Link](https://64b3a5aefbe2fe6df3fbcf12-jqpiroqtxc.chromatic.com/)

## Roadmap

* Button :heavy_check_mark:
* Checkbox :heavy_check_mark:
* Input :construction:
* Select :construction: