1.0.0-alpha.5 • Published 9 months ago

@smartbills/react v1.0.0-alpha.5

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Smartbills React

Smartbils React is an open-source design system built by Smartbills.

Build Status

Getting started

Yarn

yarn add @smartbills/react

NPM

npm install @smartbills/react

You will need to import @smartbills/core-ui css in your global css / scss file.

@import "~@smartbills/core-ui/dist/assets/css/smartbills.css

Usage

import { Button } from '@smartbills/react';
const App = () => (
  <>
    <Button>PRESS ME</Button>
  </>
);

TypeScript

@smartbills/react is written in TypeScript with complete definitions