mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
parent
57cdf81176
commit
c0426e8636
4 changed files with 20 additions and 56 deletions
|
@ -14,7 +14,9 @@
|
|||
|
||||
<Layout>
|
||||
{#if story === 'skeleton'}
|
||||
<CheckboxSkeleton />
|
||||
<div>
|
||||
<CheckboxSkeleton />
|
||||
</div>
|
||||
{:else if story === 'unchecked'}
|
||||
<fieldset class={cx('--fieldset')}>
|
||||
<legend class={cx('--label')}>Checkbox heading</legend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue