@nivells/ds
TypeScript icon, indicating that this package has built-in type declarations

0.21.0 • Public • Published

@nivells/ds

  • @nivells/ds is a component library with React, Typescript and Tailwind CSS.

See the Full Documentation

Install

  npm install @nivells/ds
  # or
  yarn add @nivells/ds

Usage

  • Add the index.css file to the root of your project.
import '@nivells/ds/dist/index.css';
import '@nivells/ds/dist/aditional.css';
  • Import components and use them.
import { Button } from '@nivells/ds';

const App = () => {
  return (
    <div>
      <Button buttonType="outline" label="Serif test" />
    </div>
  );
};

See All Components in Storybook

Readme

Keywords

none

Package Sidebar

Install

npm i @nivells/ds

Weekly Downloads

164

Version

0.21.0

License

MIT

Unpacked Size

7.21 MB

Total Files

120

Last publish

Collaborators

  • bispo_nivells