ssacodez-button
Version:
react button component with custom styles
34 lines (20 loc) • 512 B
Markdown
# ssacodez-button


react button component with custom styles
- **[Installation](#install)**
- **[Props API](#propsapi)**
<a name="install"></a>
## Installation
```bash
npm install ssacodez-button
```
<a name="propsapi"></a>
## Props API
### `SSButton` rendered with a button tag
```jsx
import SSButton from "ssacodez-button";
<SSButton type="primary">Button</SSButton>;
```