@lafourche/venus
v2.6.0
Published
> La Fourche UI library
Downloads
9
Readme
venus
La Fourche UI library
Install
npm install --save @lafourche/venus
Usage
import { Button } from '@lafourche/venus';
const Example = () => {
return <Button>Click me</Button>;
};
You should also add css variables in your project:
--black: #000;
--border: #f4f4f4;
--clr-danger: #e74524;
--clr-grey-3: #f4f4f4;
--color-primary: #34656a;
--font-weight-base: 400;
--font-weight-bold: 800;
--font-weight-light: 300;
--white: #fff;