Skip to content

Commit 9ee243b

Browse files
committed
docs: add button docs
1 parent e43b40b commit 9ee243b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.bitmap

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"patterns/form": {
1313
"name": "patterns/form",
1414
"scope": "automations.design",
15-
"version": "0.0.6",
15+
"version": "17b3248c91cb68e7db9c47d33a9fdc5df18fceab",
1616
"mainFile": "index.ts",
1717
"rootDir": "design/patterns/form"
1818
},
@@ -26,7 +26,7 @@
2626
"ui/button": {
2727
"name": "ui/button",
2828
"scope": "automations.design",
29-
"version": "0.0.4",
29+
"version": "fdf6acfb53f1b851aa0558ea8d01734c22c6f5a1",
3030
"mainFile": "index.ts",
3131
"rootDir": "design/ui/button"
3232
},
@@ -51,5 +51,12 @@
5151
"mainFile": "index.ts",
5252
"rootDir": "design/ui/input"
5353
},
54-
"$schema-version": "17.0.0"
54+
"$schema-version": "17.0.0",
55+
"_bit_lane": {
56+
"id": {
57+
"name": "add-button-docs",
58+
"scope": "automations.design"
59+
},
60+
"exported": true
61+
}
5562
}

design/ui/button/button.docs.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: A Button component.
3+
labels: ['button', 'react']
34
---
45

56
import { Button } from './button';

0 commit comments

Comments
 (0)