1.0.4 • Published 3 years ago
@professorragna/h2 v1.0.4
H2 Styled Component
Styled component for the <h2> HTML tag
Installation
$ npm i @professorragna/h2Usage
import { H2 } from '@professorragna/h2';
<H2>
Hello world!
</H2>The <H2> styled component supports the following categories of styled props:
- background
- border
- color
- flexbox
- grid
- layout
- position
- shadow
- space
- typography
For more information on how to use styled props, see the styled-system docs
Additional Packages
Are you looking for additional styled components for other HTML tags? Feel free to check out the root project here for other packages that are available!