1.0.0-alpha.11 • Published 9 months ago
@smartbills/react v1.0.0-alpha.11
Smartbills React
Smartbils React is an open-source design system built by Smartbills.
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
1.0.0-alpha.8
9 months ago
1.0.0-alpha.7
10 months ago
1.0.0-alpha.10
9 months ago
1.0.0-alpha.11
9 months ago
1.0.0-alpha.5
2 years ago
1.0.0-alpha.3
2 years ago
1.0.0-alpha.2
2 years ago
0.1.3-alpha.0
3 years ago
0.1.1-alpha.0
3 years ago
0.1.0
3 years ago
0.1.0-alpha.7
3 years ago