Draw the form without Tailwind

<x-form> renders data-md-form and data-md-form-actions, and its column
and actions row move to components/form.css in material.components, on
the spacing tokens (plan step 36). The actions slot's own attributes
still land on the row.

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 13:59:32 +02:00
co-authored by Claude Opus 5
parent 50431181a7
commit a6e5a593d5
4 changed files with 56 additions and 10 deletions
+1
View File
@@ -14,6 +14,7 @@
/* Actions and communication */
/* Inputs, selection and data */
@import './components/form.css';
/* Containment */