Package Exports
- @responsive-ui/button
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@responsive-ui/button) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@responsive-ui/button
TODO: description
Installation
yarn install @responsive-ui/buttonUsage
<script>
import Button from '@responsive-ui/button';
</script>
<Button title="Click me"></Button>| Property | Description | Type | Default |
|---|---|---|---|
| title | The button title | string | - |
| name | The name of button | string | - |
| type | The type of button | string | button |
| disabled | Disable button | bool | false |
| form | Specifies the form the button belongs to | string | - |
| secondary | Secondary button | bool | false |
| style | CSS styling for button | string | - |