mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01: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
6
src/Grid/Grid.stories.js
Normal file
6
src/Grid/Grid.stories.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { withKnobs } from "@storybook/addon-knobs";
|
||||
import Component from "./Grid.Story.svelte";
|
||||
|
||||
export default { title: "Grid", decorators: [withKnobs] };
|
||||
|
||||
export const Default = () => ({ Component });
|
Loading…
Add table
Add a link
Reference in a new issue