H4 Styled Component
Styled component for the <h4>
HTML tag
Installation
$ npm i @professorragna/h4
Usage
import { H4 } from '@professorragna/h4';
<H4>
Hello world!
</H4>
The <H4>
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!