From 4831b44292f36d5916d8281bd4ba929f7ee7decb Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 11 Dec 2023 15:28:21 +0000 Subject: [PATCH] docs: add hot-button basic docs page --- docs/components/hot-button.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/components/hot-button.md diff --git a/docs/components/hot-button.md b/docs/components/hot-button.md new file mode 100644 index 0000000..7eea444 --- /dev/null +++ b/docs/components/hot-button.md @@ -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. |