mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat: add Grid component
This commit is contained in:
parent
353741daea
commit
f9f58999b2
7 changed files with 341 additions and 0 deletions
|
@ -37,6 +37,7 @@ export { Form } from "./Form";
|
|||
export { FormGroup } from "./FormGroup";
|
||||
export { FormItem } from "./FormItem";
|
||||
export { FormLabel } from "./FormLabel";
|
||||
export { Grid, Row, Column } from "./Grid";
|
||||
export { Icon, IconSkeleton } from "./Icon";
|
||||
export { InlineLoading } from "./InlineLoading";
|
||||
export { Link } from "./Link";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue