Typograpy components for react and styled-components
styled-typography is a set of typographic components for React and styled-components. It is designed to help manage typographic styles within your app and has been developed with accessibility in mind. The library aims to be lightweight with no dependencies, requiring only styled-components v4 or above. It provides a range of components such as Text, Heading, Span, and Link which can be customized and extended as needed.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.