Text component is responsible for rendering text with different styles based on the specified HTML element (e.g., h1,h2,h3,h4,h5,h6, p, etc.). It dynamically applies predefined text styles to the text based on the provided variant
prop. This package enables us to set various heading tags with default styles applied and customizable as well.
yarn add @camped-ui/text
View docs here.