Svelte Clipboard Manager
A versatile clipboard manager component for saving, organizing, and reusing text snippets. Features include persistent storage, search, pinning, text selection menu, sensitive data filtering, and optional modal display. Fully customizable with snippets and Tailwind styling.
Setup #
- Svelte
<script lang="ts">
import { ClipboardManager } from 'flowbite-svelte';
</script>Usage Examples #
See also #
Loading related links...
Component data #
The component has the following props, type, and default values. See types page for type information.
Loading...