UNPKG

svelte-5-ui-lib

Version:

Svelte 5 UI Lib is a UI library built from scratch to leverage Svelte 5's runes system, creating smooth, reactive components.

6 lines (5 loc) 309 B
import type { ButtonProps, GradientButtonProps } from './type'; import Button from './Button.svelte'; import GradientButton from './GradientButton.svelte'; import { button, gradientButton } from './theme'; export { Button, GradientButton, gradientButton, button, type ButtonProps, type GradientButtonProps };