smg-dev-template
v1.0.1
Published
test description
Downloads
1
Readme
Installation
npm i smg-dev-template
Usage
import { SmgButton } from 'smg-dev-template';
<SmgButton>Hello</SmgButton>;
<SmgButton color="yellow" fontSize="5">
Hello
</SmgButton>;
API
Props
| Prop | Default | Description | | ------------- |:-------------:| ------------:| | color | red | text color | | fontSize | 3 | font size in em |