0.1.1 • Published 3 years ago

@yadus/react-sample-library v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Trying React Component Library

Do npm install:

npm install --save @yadus/react-sample-library

Example

import { Badge, Button } from '@yadus/react-sample-library';


<Badge value={10} />
<Button label="test" kind="primary" />