Draw the choices without Tailwind

<x-choices> renders data-md-choices (data-md-searchable) and its
"Nothing matches" row as data-md-choices-empty, drawn by
components/choices.css, which brings the field, chip set and chip it
renders (plan step 36).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9
This commit is contained in:
Andreas Reinhold / reini
2026-09-14 14:55:29 +02:00
co-authored by Claude Opus 5
parent 55cf8ceed7
commit 1bb5adab0e
4 changed files with 61 additions and 5 deletions
+1
View File
@@ -26,6 +26,7 @@
@import './components/toggle.css';
@import './components/chip.css';
@import './components/chip-set.css';
@import './components/choices.css';
/* Containment */