Skip to content

Commit

Permalink
docs: add hot-button basic docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 11, 2023
1 parent a93c5b4 commit 4831b44
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/components/hot-button.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# hot-button

A button web component.

## Properties

| Property | Attribute | Type | Default | Description |
| ---------- | ---------- | --------- | ------- | ---------------------------------------------- |
| `disabled` | `disabled` | `boolean` | false | Disable the button, greyed out, not clickable. |

0 comments on commit 4831b44

Please sign in to comment.