@tomorepo/squarebutton
v1.2.0
Published
## Install dependency in your project ``` npm install @tomorepo/squarebutton --save ```
Readme
tomorepo/squarebutton
Install dependency in your project
npm install @tomorepo/squarebutton --saveImport component where you want to use it
import '@tomorepo/squarebutton';Use the component in your template
<square-button
text="Square Button"
:execute="clicked"
type="button" />Available Props
- text - text - Default: 'Submit'
The text inside the button - execute - function
The function to execute when clicked - type - text - Default: 'button'
The HTML type for the button element - isPrimary - boolean - Default: false
Whether to style as a primary button or not
