# Cider UI > Apple-aesthetic UI components as a Tailwind CSS v4 plugin. Semantic class names, no utility soup. Pure CSS with optional vanilla JS for interactive components. No framework required. ## Getting Started - [Home](https://ciderui.com/index.html): Overview of Cider UI — semantic classes, dark mode, ~12 KB CSS + ~5 KB JS gzipped. - [Installation](https://ciderui.com/installation.html): CDN, npm/pnpm/bun/yarn, ES module imports, dark mode setup. ## Components ### Form & Input - [Button](https://ciderui.com/components/button.html): `btn-filled` `btn-tinted` `btn-plain` `btn-gray` `btn-destructive` `btn-capsule` `btn-small` `btn-large`. - [Checkbox](https://ciderui.com/components/checkbox.html): `input[type="checkbox"]` — pure CSS checkbox styling. - [Text Field](https://ciderui.com/components/text-field.html): `input` — styled text input. - [Search Field](https://ciderui.com/components/search-field.html): `search-field` `search-clear` — rounded search input with magnifying glass icon. - [Verification Code](https://ciderui.com/components/verification-code.html): Verification code input with auto-advance. Requires JS. - [Radio Group](https://ciderui.com/components/radio-group.html): `input[type="radio"]` — pure CSS radio styling. - [Select](https://ciderui.com/components/select.html): Native `