UNPKG

compote-ui

Version:

An opinionated UI component library for Svelte, built on top of [Ark UI](https://ark-ui.com) with additional components and features not available in the core Ark UI library.

5 lines (4 loc) 266 B
export { default as Root } from './collapsible-root.svelte'; export { default as Trigger } from './collapsible-trigger.svelte'; export { default as Indicator } from './collapsible-indicator.svelte'; export { default as Content } from './collapsible-content.svelte';