UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

10 lines 525 B
import React from 'react'; import createClass from 'create-react-class'; import { Expander } from '../../../index'; export default createClass({ render: function render() { return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Expander, { isExpanded: true }, /*#__PURE__*/React.createElement(Expander.Label, null, "Show Less"), /*#__PURE__*/React.createElement("p", null, "You can't get rid of me. Keep clicking that icon as much as you want, but I'm here to stay!"))); } });