serif-ui-components
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

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 🚧

Package Sidebar

Install

npm i serif-ui-components

Weekly Downloads

1

Version

0.0.14

License

MIT

Unpacked Size

519 kB

Total Files

21

Last publish

Collaborators

  • serifcolakel