mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(components): add Form, FormGroup, FormItem, FormLabel
Supports #17 Fixes broken storybook. TODO: Define stories using other components (e.g. NumberInput, Select...)
This commit is contained in:
parent
3345b71a8c
commit
3be285e112
18 changed files with 248 additions and 1 deletions
|
@ -7,6 +7,10 @@ import Copy from './components/Copy';
|
|||
import CopyButton from './components/CopyButton';
|
||||
import CodeSnippet, { CodeSnippetSkeleton } from './components/CodeSnippet';
|
||||
import DataTableSkeleton from './components/DataTableSkeleton';
|
||||
import Form from './components/Form';
|
||||
import FormGroup from './components/FormGroup';
|
||||
import FormItem from './components/FormItem';
|
||||
import FormLabel from './components/FormLabel';
|
||||
import InlineLoading from './components/InlineLoading';
|
||||
import Link from './components/Link';
|
||||
import ListItem from './components/ListItem';
|
||||
|
@ -75,6 +79,10 @@ export {
|
|||
Copy,
|
||||
CopyButton,
|
||||
DataTableSkeleton,
|
||||
Form,
|
||||
FormGroup,
|
||||
FormItem,
|
||||
FormLabel,
|
||||
ExpandableTile,
|
||||
InlineLoading,
|
||||
InlineNotification,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue