@professorragna/h6
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

H6 Styled Component

Styled component for the <h6> HTML tag

Installation

$ npm i @professorragna/h6

Usage

import { H6 } from '@professorragna/h6';

<H6>
  Hello world!
</H6>

The <H6> 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!

/@professorragna/h6/

    Package Sidebar

    Install

    npm i @professorragna/h6

    Weekly Downloads

    1

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    4.74 kB

    Total Files

    11

    Last publish

    Collaborators

    • professorragna