Package Exports
- @professorragna/h3
- @professorragna/h3/src/H3.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@professorragna/h3) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
H3 Styled Component
Styled component for the <h3> HTML tag
Installation
$ npm i @professorragna/h3Usage
import { H3 } from '@professorragna/h3';
<H3>
Hello world!
</H3>The <H3> 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!