1.0.1 • Published 2 months ago

ngo-common-components v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

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 :heavy_check_mark:
  • Checkbox :heavy_check_mark:
  • Input :construction:
  • Select :construction: