Files
Pasquale Vitiello 6bae419ddf feat(ui): add segmented control patterns (#835)
* feat(ui): add segmented control patterns

* docs(ui): add tabs migration guidance

* docs(ui): mark segmented control as new

* fix(ui): add segmented control particle tag

* fix(ui): clarify segmented particle semantics

* fix(ui): exclude tabs from segmented search

* style(ui): remove segmented state transition

* fix(ui): require segmented radio selection

* fix(ui): remove redundant radio requirement

* fix(ui): keep segmented toggle selected

* style(ui): preserve segmented text transition

* revert(ui): allow empty segmented toggles

* style(ui): remove segmented transitions

* style(ui): isolate segmented focus transition

* fix(ui): refine segmented control spacing

* docs(skills): add segmented control guidance

* refactor(ui): remove segmented toggle particles
2026-08-18 17:45:02 +02:00

61 lines
908 B
JSON

{
"pages": [
"accordion",
"alert",
"alert-dialog",
"autocomplete",
"avatar",
"badge",
"breadcrumb",
"button",
"calendar",
"card",
"checkbox",
"checkbox-group",
"collapsible",
"combobox",
"command",
"context-menu",
"date-picker",
"dialog",
"drawer",
"empty",
"field",
"fieldset",
"form",
"frame",
"group",
"input",
"input-group",
"kbd",
"label",
"menu",
"meter",
"number-field",
"otp-field",
"pagination",
"popover",
"preview-card",
"progress",
"radio-group",
"scroll-area",
"select",
"segmented-control",
"separator",
"sheet",
"skeleton",
"slider",
"spinner",
"switch",
"table",
"tabs",
"textarea",
"toast",
"toggle",
"toggle-group",
"toolbar",
"tooltip"
],
"title": "Components"
}