lucid-ui
Version:
A UI component library from AppNexus.
10 lines • 1.05 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, {
position: "right"
}, /*#__PURE__*/React.createElement(Sidebar.Bar, null, "Paleo art party disrupt, consequat kogi fashion axe tofu trust fund raw denim readymade. Seitan banjo salvia organic ethical. Next level pork belly sustainable tumblr nostrud."), /*#__PURE__*/React.createElement(Sidebar.Primary, null, "Do nesciunt lumbersexual excepteur adipisicing tacos green juice readymade semiotics, pinterest tofu VHS. Paleo dreamcatcher mollit, hoodie four dollar toast typewriter kitsch magna aliquip ethical sunt tattooed. Four dollar toast stumptown umami gastropub heirloom flexitarian. Nihil williamsburg incididunt whatever. Godard commodo bespoke tofu. Selvage polaroid echo park hella, beard flexitarian roof party dolor. Consequat kickstarter ea, sint minim selfies wolf cupidatat everyday carry."));
}
});