Skip to main content

AtomHelpText

Help Text is a feedback that the system gives users to make them clearly understand which information is required

Installation

$ npm install @s-ui/react-atom-help-text --save

Usage

Basic usage

import AtomHelpText from '@s-ui/react-atom-help-text'

return (
<div>
<input style={input}
type='text'
/>
<AtomHelpText text='hello help text'/>
</div>
)

Find full description and more examples in the demo page.