Socket
Book a DemoInstallSign in
Socket

@invisionag/iris-react-heading

Package Overview
Dependencies
Maintainers
22
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionag/iris-react-heading

```js import Heading from '@invisionag/iris-react-heading'; ```

latest
Source
npmnpm
Version
4.5.2
Version published
Weekly downloads
172
1463.64%
Maintainers
22
Weekly downloads
 
Created
Source
import Heading from '@invisionag/iris-react-heading';

A basic title component. Sizes are adjustable using props.

Usage

As h1 (default)

<Heading>Heading 1</Heading>

As other sizes

<div>
  <Heading level={2}>Heading 2</Heading>
  <Heading level={3}>Heading 3</Heading>
  <Heading level={4}>Heading 4</Heading>
</div>

FAQs

Package last updated on 28 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts