Description
Live preview and documentation for the Description component.
Preview
componentPreview.loading
About
Subtle helper text that sits right below a form field, explaining the expected format, limits, or examples.
- Simple component: takes only the text (
KasyDescription('text')), no other props. - Fixed style: HeroUI "Body xs" (12/16, weight 400),
mutedcolor. - Swap it for
FieldErroronce the field becomes invalid; never show both at the same time. KasyTextFieldalready renders its own description internally; use this component when building a custom field from scratch.
Last updated on 08/23/2026

