mirror of
https://github.com/tabler/tabler.git
synced 2026-08-28 12:56:24 +04:00
- navbar-folded / navbar-folded-hover with flyout submenus and persisted pin toggle - sidebar refresh: light by default, 16rem wide, rounded inset pills, zero-jump fold - demo pages, Theme Settings section, docs and btn-action usage rule
18 lines
427 B
TypeScript
18 lines
427 B
TypeScript
import './src/autosize'
|
|
import './src/countup'
|
|
import './src/input-mask'
|
|
import './src/dropdown'
|
|
import './src/sidebar'
|
|
import './src/tooltip'
|
|
import './src/popover'
|
|
import './src/switch-icon'
|
|
import './src/tab'
|
|
import './src/toast'
|
|
import './src/sortable'
|
|
|
|
// Re-export everything from bootstrap.ts (single source of truth)
|
|
export * from './src/bootstrap'
|
|
|
|
// Re-export tabler namespace
|
|
export * as tabler from './src/tabler'
|