All components
Versatile buttons
Toggle groups
Split pane system
Draggable tabs
Tauri window buttons
Colors, tokens
Vanilla UI components for full-viewport, no-scroll experiences. VS Code style, but more fun.
Versatile button component with variants (primary, secondary, danger, ghost, link), sizes, and loading states.
Toggle and multi-select button groups with connected styling and keyboard navigation.
Resizable split-pane layout with drag splitters, collapsible panels, and localStorage persistence.
Chrome-style draggable tab bar with smooth reordering, overflow handling, and close animations.
macOS-style window control buttons for Tauri apps, with drag regions and monitor switching.
Design tokens, color palette, and foundational CSS for consistent FC experiences.
<link rel="stylesheet" href="https://cdn.freedomcore.app/ui/panel-layout/panel-layout.css" /><script type="module"> import { initPanelLayout } from 'https://cdn.freedomcore.app/ui/panel-layout/index.js'; initPanelLayout();</script>