mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
16 lines
No EOL
304 B
Text
16 lines
No EOL
304 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 /> |