From 9f99482a93c65d4087087f6e0a2cff1a94468f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 10 Jun 2026 13:22:40 +0200 Subject: [PATCH] Add gridfield component --- components/gridfield.html | 42 ++++++++++++++++++++++++ index.html | 1 + semantic-tokens-components.html | 9 +++++- styleguide.css | 1 + styles/01-foundations.css | 6 ++-- styles/11-components-gridfield.css | 52 ++++++++++++++++++++++++++++++ 6 files changed, 108 insertions(+), 3 deletions(-) create mode 100644 components/gridfield.html create mode 100644 styles/11-components-gridfield.css diff --git a/components/gridfield.html b/components/gridfield.html new file mode 100644 index 0000000..b951e44 --- /dev/null +++ b/components/gridfield.html @@ -0,0 +1,42 @@ + + + + + + Styleguide – Gridfield + + + + +

Components – Gridfield

+ +
+

Component: Gridfield

+ +
+
+

Komponente normal

+ Label + +
+ +
+

Eingabefeld

+ Label + +
+ +
+

form-disabled

+ Label + +
+
+
+ + + diff --git a/index.html b/index.html index 3643483..0cc891b 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@