PresetRow
Row of compact suggestion chips — preset values the user can pick.
Generic over the value type. Use anywhere a small set of recommended values speeds the user up: discount percentages, page sizes, date offsets, T-shirt sizes.
Install
Pull from the workspace packages (already available if you ran pnpm add):
Examples
Percent presets
0%
5%
10%
15%
20%
String presets
S
M
L
XL
Guidelines
✓
Limit to ≤ 6 chips; pair with a manual input for the long tail.Presets are shortcuts, not a full picker.
✕
Use it as the sole input when the value space is unbounded.The user needs a way to enter the value not in the preset list.