Theme

PlaygroundBeta

  • A drag-and-drop UI builder for prototyping with Paragon components.Visit playground
npm_versionnpm Paragon package page

Fieldset

basic usage

Any Paragon component or export may be added to the code example.

invalid

Any Paragon component or export may be added to the code example.

invalid with danger theme

Any Paragon component or export may be added to the code example.

Validated Form

Any Paragon component or export may be added to the code example.

Fieldset Props API
  • legend string | element Required
  • children node
    Defaultnull
  • className string
  • id string
    Default''
  • isValid bool
    Defaulttrue
  • invalidMessage string | element
    Default''
  • variant shape {
    status: enum"Object.keys(Variant.status).map(k => Variant.status[k])",
    }
    Default{ status: Variant.status.INFO, }
  • variantIconDescription string | element
    Default''