Home > @department-of-veterans-affairs/va-forms-system-core > FormTitle
FormTitle variable
Form Title component is a simple wrapper around a Form Title and subTitle using VA styles
Signature:
FormTitle: (props: FormTitleProps) => JSX.Element
Example
Here’s a simple example:
<FormTitle title="My Title" subTitle="Example sub title text" />;