UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

28 lines 2.09 kB
import React from 'react'; import createClass from 'create-react-class'; import { Typography } from '../../../index'; export default createClass({ render: function render() { return /*#__PURE__*/React.createElement("section", null, /*#__PURE__*/React.createElement(Typography, { variant: "h1" }, "Title"), /*#__PURE__*/React.createElement(Typography, { variant: "h2" }, "subtitle"), /*#__PURE__*/React.createElement(Typography, { variant: "p" }, "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Pencil mustachioed graeme souness, mustachioed waxy gurn rugged el snort graeme souness burt reynolds educated village people boogie nights pencil man of the year 1986, pencil village people graeme souness rugged boogie nights mouthbrow educated burt reynolds waxy gurn man of the year 1986 des lynam charming villain mustachioed cardinal richelieu el snort. Borat d\u2019artagnan hungarian testosterone trophy frontiersman hairy kiss. beefeater chevron, hairy kiss. cardinal richelieu groucho-a-like testosterone trophy d\u2019artagnan dick van dyke rugged chevron Droopy frontiersman borat beefeater hungarian chevron, cardinal richelieu d\u2019artagnan beefeater el snort Droopy dodgy uncle clive groucho-a-like hairy kiss. chevron frontiersman chevron dick van dyke walrus leader of men rugged borat bad guy testosterone trophy groucho-a-like alpha trion hungarian.", /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement(Typography, { variant: "a", style: { display: 'block' } }, "Like!"), /*#__PURE__*/React.createElement(Typography, { variant: "a", style: { display: 'block' } }, "Subscribe!"), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement(Typography, { variant: "h3" }, "Code Example"), /*#__PURE__*/React.createElement(Typography, { variant: "code" }, "npm install all-the-things"))); } });