UNPKG

react-conventions

Version:

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

9 lines (6 loc) 201 B
import React from 'react' import Textarea from 'react-conventions/lib/Textarea' const ExampleTextareaDefault = () => ( <Textarea name='textarea' value='' /> ) export default ExampleTextareaDefault