UNPKG

viewport-playground

Version:

A powerful, isolated viewport testing component for Svelte 5. Test your application's responsiveness in real-time with curated device presets, all within your own development environment.

6 lines (5 loc) 238 B
export { default as Select } from './select.svelte'; export { default as Demo } from './demo.svelte'; export { default as Button } from './button.svelte'; export * from './icons.svelte'; export { default as Input } from './input.svelte';