lucid-ui
Version:
A UI component library from AppNexus.
8 lines • 1.35 kB
JavaScript
import React from 'react';
import createClass from 'create-react-class';
import { Sidebar } from '../../../index';
export default createClass({
render: function render() {
return /*#__PURE__*/React.createElement(Sidebar, null, /*#__PURE__*/React.createElement(Sidebar.Title, null, "Sidebar Title ", /*#__PURE__*/React.createElement("button", null, "Edit")), /*#__PURE__*/React.createElement(Sidebar.Bar, null, "You can also set the ", /*#__PURE__*/React.createElement("code", null, "title"), " or ", /*#__PURE__*/React.createElement("code", null, "Title"), " prop on", ' ', /*#__PURE__*/React.createElement("code", null, '<Sidebar>'), " or ", /*#__PURE__*/React.createElement("code", null, '<Sidebar.Bar>'), "."), /*#__PURE__*/React.createElement(Sidebar.Primary, null, "Helvetica narwhal irony, hoodie leggings occaecat tattooed authentic cred. Tumblr cred quinoa normcore, mumblecore cardigan cold-pressed dreamcatcher craft beer ad direct trade vero accusamus cray. Roof party chia shabby chic synth. Pariatur organic before they sold out everyday carry food truck. Labore four loko nihil, narwhal actually kinfolk mustache jean shorts. Meh kickstarter chicharrones williamsburg bushwick yr, PBR&B fap. Lo-fi leggings magna yuccie, tattooed accusamus blog literally gochujang listicle cliche humblebrag swag kombucha tousled."));
}
});