mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
9 lines
No EOL
378 B
Text
9 lines
No EOL
378 B
Text
<script>
|
|
import Preview from "../../components/Preview.svelte";
|
|
</script>
|
|
|
|
This utility component wraps the [Window.localStorage API](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to persist values by key. This is useful for non-persistent data (e.g., dark mode toggle).
|
|
|
|
### Reactive example
|
|
|
|
<FileSource src="/framed/LocalStorage/LocalStorage" /> |