How to use the @pluralsight/ps-design-system-text/react.Heading.sizes function in @pluralsight/ps-design-system-text

To help you get started, we’ve selected a few @pluralsight/ps-design-system-text 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 pluralsight / design-system / examples / react-install / src / app.js View on Github external
export default _ => (
  <div>
    <header>
      
        <h3>Pluralsight Design System</h3>
      
      
        <h2>React Install Example</h2>
      
    </header>
    <div style="{{">
      <button size="{Button.sizes.large}"> alert("It's working")}
        icon={}
      &gt;</button></div></div>
github pluralsight / design-system / examples / react-install / src / app.js View on Github external
export default _ =&gt; (
  <div>
    <header>
      
        <h3>Pluralsight Design System</h3>
      
      
        <h2>React Install Example</h2>
      
    </header>
    <div style="{{"></div></div>