@rhc-shared-components/form-text-area
v3.0.2
Published
Form text area component for Red Hat certified technology apps
Keywords
Readme
@rhc-shared-components/form-text-area
Form text area component with Formik integration and PatternFly styling.
Install
npm install --save @rhc-shared-components/form-text-areaUsage
import { FormTextArea } from "@rhc-shared-components/form-text-area";
<FormTextArea
name="description"
label="Description"
isRequired
maxLength={500}
showMaxLengthText
/>;Development
yarn dev # Start dev server
yarn build # Build library
yarn lint # Check with Biome
yarn lint-fix # Auto-fix with Biome