How to use @zendeskgarden/react-typography - 1 common examples

To help you get started, we’ve selected a few @zendeskgarden/react-typography examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github zendeskgarden / react-components / docs / src / components / mdx / MdxProvider.js View on Github external
);
};

const components = {
  h1: props => ,
  h2: props => ,
  h3: props => ,
  h4: props => ,
  h5: props => ,
  h6: props => ,
  p: props => ,
  inlineCode: Code,
  ul: UnorderedList,
  ol: OrderedList,
  li: UnorderedList.Item,
  a: Anchor,
  hr: StyledHr,
  Do,
  Dont,
  Grid,
  Row,
  Col,
  CodeExample,
  PropSheet
};

/**
 * TODO
 */
export default function MdxProvider({ children }) {
  return (

@zendeskgarden/react-typography

Components relating to typography in the Garden Design System

Apache-2.0
Latest version published 4 days ago

Package Health Score

84 / 100
Full package analysis

Popular @zendeskgarden/react-typography functions