All components
Split pane system
Draggable tabs
Colors, tokens
Vanilla UI components for full-viewport, no-scroll experiences. VS Code style, but more fun.
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.
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>