🎨 KSK Core Design System
Explore the complete Kickstart component library and design system.
🧭 Navigation
Standard and mega navigation components with responsive mobile menus.
📋 Form Components
Buttons, inputs, selects, checkboxes, and all form controls.
🃏 Layout Components
Cards, heroes, fifty-fifty sections, and layout building blocks.
🎨 Design System
Colors, typography, spacing tokens, and design foundations.
📐 Grid System
Responsive 12-column grid with breakpoint utilities.
🔤 Icon System
Custom icon font with scalable vector icons.
Getting Started with KSK Core
📦 Installation
npm install @kickstart/ksk-core
🎯 Import Components
import Button from '@kickstart/ksk-core/components/Button/Button.astro';
🎨 Import Styles
@use '@kickstart/ksk-core/styles' as ksk;
⚡ Initialize JS
import '@kickstart/ksk-core';