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.

7 lines (6 loc) 445 B
import BottomNav from './BottomNav.svelte'; import BottomNavItem from './BottomNavItem.svelte'; import BottomNavHeaderItem from './BottomNavHeaderItem.svelte'; import BottomNavHeader from './BottomNavHeader.svelte'; import { bottomNav, bottomNavItem, bottomnavheader, bottomnavheaderitem } from './theme'; export { BottomNav, BottomNavItem, bottomNav, bottomNavItem, BottomNavHeader, bottomnavheader, BottomNavHeaderItem, bottomnavheaderitem };