UNPKG

react-conventions

Version:

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

9 lines (6 loc) 186 B
import React from 'react' import TextEditor from 'react-conventions/lib/TextEditor' const ExampleTextEditorDefault = () => ( <TextEditor /> ) export default ExampleTextEditorDefault