mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
16 lines
No EOL
307 B
Text
16 lines
No EOL
307 B
Text
<script>
|
|
import { Loading } from "carbon-components-svelte";
|
|
import Preview from "../../components/Preview.svelte";
|
|
</script>
|
|
|
|
### Default (with overlay)
|
|
|
|
<FileSource src="/framed/Loading/Loading" />
|
|
|
|
### No overlay
|
|
|
|
<Loading withOverlay={false} />
|
|
|
|
### Small size
|
|
|
|
<Loading withOverlay={false} small /> |