14 lines
476 B
Markdown
14 lines
476 B
Markdown
# Controls + Selection Pattern
|
|
|
|
Canonical interactive controls for server-rendered admin/list pages:
|
|
|
|
- button hierarchy (primary / secondary / danger / quiet / disabled)
|
|
- segmented filters
|
|
- row checkboxes + select-all-visible semantics
|
|
- bulk-action bar with explicit preview/confirm steps
|
|
- status badges for list rows and workflow state
|
|
|
|
This pattern standardizes control language and interaction shape while leaving branding and
|
|
domain terminology to the host project.
|
|
|