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.

8 lines (7 loc) 761 B
import type { BottomNavProps, BottomNavItemProps, BottomNavContextType, BottomNavVariantType, BottomNavHeaderProps, BottomNavHeaderItemProps } from './type'; 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, type BottomNavProps, type BottomNavItemProps, type BottomNavContextType, type BottomNavVariantType, type BottomNavHeaderProps, type BottomNavHeaderItemProps };