โ† Back to Examples

๐ŸŽญ Theming

Customize appearance with CSS custom properties. Dark mode, neon, corporate, and more

๐Ÿ“ Input Sizes

Pick a preset with input-size="xs | sm | md | lg | xl", all scaled off --ms-rem: 10px

Control input field dimensions with the input-size attribute. Five sizes available: xs, sm, md (default), lg, xl.

Size Height Font Calc Formula
xs 31px 12px calc(3.1 * var(--ms-rem))
sm 33px 13px calc(3.3 * var(--ms-rem))
md (default) 35px 14px calc(3.5 * var(--ms-rem))
lg 38px 16px calc(3.8 * var(--ms-rem))
xl 41px 18px calc(4.1 * var(--ms-rem))

Note: Heights use Pure Admin standard. Base unit --ms-rem: 10px (default). Set --ms-rem: 1rem for Pure Admin integration.

๐ŸŽจ Theme Examples

Whole themes from CSS vars on the element: --base-accent-color ยท --base-input-bg ยท --ms-input-border-radius

๐ŸŒ™ Dark Mode

High contrast dark theme for low-light environments

Dark backgrounds with light text and purple accents

โšก Neon/Cyberpunk

Bright neon colors with glowing effects

Cyan and magenta with glowing shadows

๐Ÿš— Audi Corporate

Clean, minimal corporate styling with subtle borders

Professional gray with Audi red accents

๐ŸŒธ Rounded/Soft

Large border-radius with soft shadows and pastel colors

Warm gradient background with pink accents

โ–ช๏ธ Sharp/Minimal

No border-radius, flat design, pure black and white

Brutalist design with sharp edges

๐Ÿ“ Material Design

Elevation shadows, vibrant colors, standard radius

Google Material Design principles

๐Ÿ”ฎ Glassmorphism

Frosted glass effect with backdrop blur and transparency

Translucent with blur effect (requires modern browser)
๐Ÿ”Œ Server round-trip
0
The LiveView server saw 0 event(s) from the wrapper.
(pick an option anywhere on this page)