@cmmd-web/button
v2.0.0
Published
Button for CMMD applications
Downloads
9
Maintainers
Readme
CMMD-Button
Button for CMMD applications.
How to install
yarn add @cmmd-web/button
import '@cmmd-web/button/cmmd-button.js';
Example
<cmmd-button></cmmd-button>
Properties
| Name | Description | Type | Optional | | -------- | ------------------------ | --------- | -------- | | danger | For cancel buttons | attribute | Yes | | rounded | To make a rounded button | attribute | Yes | | disabled | To disable the button | attribute | Yes |