Freedom Core cdn GitHub → Components 📦

Overview

All components

panel-layout

Split pane system

tabs-bar

Draggable tabs

🎨

Base Styles

Colors, tokens

Welcome to Freedom Core

Vanilla UI components for full-viewport, no-scroll experiences. VS Code style, but more fun.

panel-layout

Resizable split-pane layout with drag splitters, collapsible panels, and localStorage persistence.

Demo → JS CSS

tabs-bar

Chrome-style draggable tab bar with smooth reordering, overflow handling, and close animations.

JS CSS

Base Styles

Design tokens, color palette, and foundational CSS for consistent FC experiences.

Colors Tokens Base
Quick Start Import Map <!-- Add to your HTML --> <link rel="stylesheet" href="https://cdn.freedomcore.app/ui/panel-layout/panel-layout.css" /> <!-- Initialize --> <script type="module">   import { initPanelLayout } from 'https://cdn.freedomcore.app/ui/panel-layout/index.js';   initPanelLayout(); </script>
CDN Online 📦 3 components cdn.freedomcore.app