UNPKG

ssacodez-button

Version:

react button component with custom styles

34 lines (20 loc) 512 B
# ssacodez-button ![npm_version](https://img.shields.io/npm/v/ssacodez-button) ![license](https://img.shields.io/npm/l/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>; ```