serifcolakel / serif-ui-components

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

Home Page:https://64b3a5aefbe2fe6df3fbcf12-jqpiroqtxc.chromatic.com/?path=/docs/example-introduction--docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serif-ui-components

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

See the Full Documentation

Install

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

Usage

  • 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>
  )
}

See All Components in Chromatic

Roadmap

  • Button ✔️
  • Checkbox ✔️
  • Input 🚧
  • Select 🚧

About

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

https://64b3a5aefbe2fe6df3fbcf12-jqpiroqtxc.chromatic.com/?path=/docs/example-introduction--docs


Languages

Language:TypeScript 65.9%Language:MDX 20.7%Language:JavaScript 9.3%Language:Shell 2.5%Language:HTML 1.5%Language:CSS 0.2%