UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

10 lines (9 loc) 367 B
import React from 'react'; import createClass from 'create-react-class'; import ExampleComponent from '../ExampleComponent'; const ExampleComponent2 = ExampleComponent; export default createClass({ render() { return (React.createElement(ExampleComponent2, null, "Feel free to play with this example component to see how to create your own.")); }, });