Skip to content

Commit 722becb

Browse files
authored
Merge pull request #13 from teambit/automations.design/update-form-docs-2
docs: update form docs
2 parents 5e9d952 + 9d2ad78 commit 722becb

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.bitmap

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"patterns/form": {
2020
"name": "patterns/form",
2121
"scope": "automations.design",
22-
"version": "1.0.4",
22+
"version": "747f10466c423b69b559c24faead6bdfced726da",
2323
"mainFile": "index.ts",
2424
"rootDir": "bit-components/design/patterns/form"
2525
},
@@ -58,5 +58,12 @@
5858
"mainFile": "index.ts",
5959
"rootDir": "bit-components/design/ui/input"
6060
},
61-
"$schema-version": "17.0.0"
61+
"$schema-version": "17.0.0",
62+
"_bit_lane": {
63+
"id": {
64+
"name": "update-form-docs-2",
65+
"scope": "automations.design"
66+
},
67+
"exported": true
68+
}
6269
}

bit-components/design/patterns/form/form.docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: A flexible form component that uses our UI components for consistent styling and behavior.
3-
labels: ['react', 'form', 'pattern', 'test', 'test2']
3+
labels: ['react', 'form', 'pattern', 'test', 'test4']
44
---
55

66
import { BasicForm, FormWithSelect, FormWithInitialValues } from './form.composition';

0 commit comments

Comments
 (0)