mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
docs fix
This commit is contained in:
@@ -76,7 +76,7 @@ export default class WaButton extends WebAwesomeElement implements WebAwesomeFor
|
||||
/** Draws the button with a caret. Used to indicate that the button triggers a dropdown menu or similar behavior. */
|
||||
@property({ type: Boolean, reflect: true }) caret = false;
|
||||
|
||||
/** Disables the button. */
|
||||
/** Disables the button. Does not apply to link buttons. */
|
||||
@property({ type: Boolean, reflect: true }) disabled = false;
|
||||
|
||||
/** Draws the button in a loading state. */
|
||||
|
||||
Reference in New Issue
Block a user