KasyKasy

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), muted color.
  • Swap it for FieldError once the field becomes invalid; never show both at the same time.
  • KasyTextField already renders its own description internally; use this component when building a custom field from scratch.

Last updated on 08/23/2026

On this page