# Mlola UI: everything in one file Version 1.1.4. Generated from the registry at https://ui.mlola.com. Free components are shown in full; Mlola Pro items are described, and their source comes with a license. --- # Mlola UI for code generation Generated from the source of truth. Do not edit by hand. ## Read this first - **Do not import a styling framework.** The library ships its own CSS. There is no Tailwind, no CSS-in-JS and no class name utility to install. - **Style through the classes below, never through invented ones.** A class that is not in this document does not exist. (Mlola Pro's classes are in the guide that comes with Pro source.) - **Behavior is optional and framework-free.** `@mlola-ui/behavior` attaches to markup you already rendered. It never renders anything itself, so it works with React, Svelte, Vue, Rails, a Go template or a static file. - **Native controls stay native.** Checkbox and radio are real `` elements. Do not reimplement them. ## The shortest correct example ```html