The Strong component semantically marks text as important by rendering it with strong importance using the HTML strong element.
This is a very important message.
A component for semantically marking text as important by rendering it as a <strong> element with bold styling.
Prop | Type | Default |
---|---|---|
children | ReactNode | -- |
className | string | '' |
customRootClass | string | '' |