mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
chore(form): add stories for Form, FormItem, FormLabel
This commit is contained in:
parent
8398e478e7
commit
f366b7b948
18 changed files with 152 additions and 22 deletions
11
src/components/FormItem/FormItem.Story.svelte
Normal file
11
src/components/FormItem/FormItem.Story.svelte
Normal file
|
@ -0,0 +1,11 @@
|
|||
<script>
|
||||
import Layout from '../../internal/ui/Layout.svelte';
|
||||
import NumberInput from '../NumberInput';
|
||||
import FormItem from './FormItem.svelte';
|
||||
</script>
|
||||
|
||||
<Layout>
|
||||
<FormItem>
|
||||
<NumberInput id="number-input-1" />
|
||||
</FormItem>
|
||||
</Layout>
|
Loading…
Add table
Add a link
Reference in a new issue