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

1.0.4 • Public • Published

Paragraph Styled Component

Styled component for the <paragraph> HTML tag

Installation

$ npm i @professorragna/paragraph

Usage

import { Paragraph } from '@professorragna/paragraph';

<Paragraph>
  Hello world!
</Paragraph>

The <Paragraph> 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/paragraph/

    Package Sidebar

    Install

    npm i @professorragna/paragraph

    Weekly Downloads

    3

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    4.98 kB

    Total Files

    11

    Last publish

    Collaborators

    • professorragna