mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41: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
3
src/Grid/index.js
Normal file
3
src/Grid/index.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
export { default as Grid } from "./Grid.svelte";
|
||||
export { default as Row } from "./Row.svelte";
|
||||
export { default as Column } from "./Column.svelte";
|
Loading…
Add table
Add a link
Reference in a new issue