1.0.4 • Published 1 year ago

@professorragna/header v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Header Styled Component

Styled component for the <header> HTML tag

Installation

$ npm i @professorragna/header

Usage

import { Header } from '@professorragna/header';

<Header>
  Your content here
</Header>

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