Add docs pages for the Datepicker and Tom Select form plugins (#2880)

This commit is contained in:
Bartosz-Do
2026-08-17 11:22:23 +02:00
committed by GitHub
parent 517ca8548e
commit 6e6084ad20
7 changed files with 335 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ title: Form selectgroup
summary: Use selectgroup to make your form more intuitive by providing users with a set of options to choose from. You can add simple selectgroup with a label, use icons only or icons with labels. Alternatively, you can use pill selectgroup if they go well with your design.
description: Offer sets of options with select groups - labeled, icon-only, or pill-shaped controls built on checkboxes and radios.
css-plugins: [payments]
related: [/ui/forms/form-image-check, /ui/forms/form-color-check]
related: [/ui/forms/form-select-tomselect, /ui/forms/form-image-check, /ui/forms/form-color-check]
---
import Example from '@components/Example.astro';
import { site } from '@shared/lib/site';