mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
feat(components): add Tile
Supports #34 TODO: - remove exported props - compose TileGroup, SelectableTile, RadioTile components
This commit is contained in:
parent
f048e9ea4a
commit
46cb9aa44b
12 changed files with 472 additions and 2 deletions
7
src/components/Tile/TileAboveTheFoldContent.svelte
Normal file
7
src/components/Tile/TileAboveTheFoldContent.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script>
|
||||
import { cx } from '../../lib';
|
||||
</script>
|
||||
|
||||
<span class={cx('--tile-content__above-the-fold')}>
|
||||
<slot />
|
||||
</span>
|
Loading…
Add table
Add a link
Reference in a new issue