UNPKG

sc-react-ions

Version:

An open source set of React components that implement Ambassador's Design and UX patterns.

9 lines (6 loc) 211 B
import React from 'react' import Textarea from 'react-ions/lib/components/Textarea' const ExampleTextareaError = () => ( <Textarea value='' optClass='textarea-error' /> ) export default ExampleTextareaError