You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Build a simple wrapper to ensure that our site headings remain consistent. We need a single <Heading> component that can accept as a prop the type of heading (from h1 to h3).
In terms of styles you could take your cues from the Tailwind UI components - there are no specific header styles so just take an informed guess as to the size/style differences between the three heading types.
The text was updated successfully, but these errors were encountered:
Build a simple wrapper to ensure that our site headings remain consistent. We need a single
<Heading>
component that can accept as a prop the type of heading (fromh1
toh3
).In terms of styles you could take your cues from the Tailwind UI components - there are no specific header styles so just take an informed guess as to the size/style differences between the three heading types.
The text was updated successfully, but these errors were encountered: