Skip to content

Instantly share code, notes, and snippets.

@Heydon
Created April 21, 2018 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Heydon/73b6c54d6c65c31ed87d4bd25547f506 to your computer and use it in GitHub Desktop.
Save Heydon/73b6c54d6c65c31ed87d4bd25547f506 to your computer and use it in GitHub Desktop.
<h2 aria-level={props.level ? props.level : null}>Heading text</h2>
<p>Lorem ipsum.</p>
<h3 aria-level={props.level ? props.level + 1 : null}>Subheading text</h3>
<p>Lorem ipsum.</p>
<h4 aria-level={props.level ? props.level + 2 : null}>Nested subheading text</h4>
<p>Lorem ipsum.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment