2.0.0 • Published 4 years ago

@fenderdigital/react-field-error v2.0.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
4 years ago

FieldError for Fender React UI Kit

Description

Provides a message when there is a text field error. Used, mainly, with the TextField component.

Installation and Usage

yarn add @fenderdigital/react-field-error --save
import FieldError from '@fenderdigital/react-field-error';

Props

  • dataId - data id value. mainly, for automation testing.
  • message - text field error message
propNamepropTypedefaultValueisRequired
dataIdstringfield-error-
messagestringnull-

Development

Check the Monorepo README for development documentation.