Installation

Get started any way you want

Install it from npm, drop in a CDN link, or copy the quick-start markup straight into a page. Every component is plain HTML and CSS classes — there's nothing to configure.

npm install @flickui/css
import '@flickui/css/css/min';
import '@flickui/css'; // auto-initializes on DOMContentLoaded

Plain HTML

Drop the two files into any page and start writing markup — no build step, no framework runtime.

Vite / bundler

Import the CSS and JS as modules, call FlickUI.init() after your app mounts new markup client-side.

React / any framework

Render real FlickUI markup as JSX/templates — the class vocabulary is the only API surface.