Design Tokens
Platform-agnostic variables that represent the look and feel of our brand. Use tokens for colors, typography, spacing, and more.
Design Tokens
Platform-agnostic variables that represent the look and feel of our brand. Use tokens for colors, typography, spacing, and more.
CSS Framework
Utilities, objects, and components that serve as building blocks for your applications. Built with SCSS and design tokens.
Web Components
Framework-agnostic UI components built with Lit. Encapsulated styles and behavior that work with any tech stack.
Typography
Everything you need to present content clearly and efficiently. Web fonts, type scale, and text utilities.
Icons
A comprehensive icon library designed for Kin applications. Consistent sizing and styling across all icons.
Figma
Design and build with our Kinetic components in Figma. Access the complete design system library.
Install the packages you need:
# CSS Frameworknpm install @kin/css
# Web Componentsnpm install @kin/web-components
# Iconsnpm install @kin/iconsOr use our CDN for quick prototyping:
<link rel="stylesheet" href="https://assets.ui.kin.insure/@kin/css@latest/index.css"><script type="module" src="https://assets.ui.kin.insure/@kin/web-components@latest/bundle.min.js"></script>