v0.8.0 — Card Options, Grid Width, and Alpha Color Support
What's New
Card Option Inputs
A new CardOptionComponent for visually rich checkbox and radio button groups styled as selectable cards. Cards can display an icon, label, and description.
Two new form builder helpers:
f.collection_icon_check_boxesf.collection_icon_radio_buttons
Both accept icon_method and description_method to pull content directly from collection items.
Grid Width on Collections
CollectionComponent now accepts a grid_width option (defaults to 100%) so you can control collection input layout width without extra wrapper markup.
Color System: Alpha Channel Support
All color tokens now expose a *-channels CSS custom property (e.g. --blue-5-channels: 59 130 246). Tailwind's opacity modifiers (e.g. bg-blue-5/50) now work natively with every color in the scale.