Closed
Description
Currently <Heading>
defaults to h3 so consumers don't need to explicitly set as
.
Default example:
<Heading>Some heading</Heading>
Should heading as
always be set to ensure consumers are intentional, rather than obscuring by default?
Here is an example with the same default heading but with level explicitly set:
<Heading as="h3">Some heading</Heading>
cc: @TylerJDev