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 |