Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@purpurds/heading

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@purpurds/heading

import { Meta, Stories, ArgTypes, Primary, Subtitle } from "@storybook/blocks";

  • 3.5.0
  • npm
  • Socket score

Version published
Weekly downloads
1.9K
increased by88.32%
Maintainers
2
Weekly downloads
 
Created
Source

import { Meta, Stories, ArgTypes, Primary, Subtitle } from "@storybook/blocks";

import * as HeadingStories from "./src/heading.stories"; import packageInfo from "./package.json";

Heading

Version {packageInfo.version}

Note that the responsive behaviour of this component is more fluid than the specification in Figma, meaning that it adheres to the min and max sizes specified, but in viewports in-between in will be a ratio to the viewport with rather than a fixed size.

Showcase

Properties

Installation

Via NPM

Add the dependency to your consumer app like "@purpurds/heading": "x.y.z"

From outside the monorepo (build-time)

To install this package, you need to setup access to the artifactory. Click here to go to the guide on how to do that.


In MyApp.tsx

import "@purpurds/tokens/index.css";

and

import "@purpurds/heading/styles";

In MyComponent.tsx

import { Heading } from "@purpurds/heading";

export const MyComponent = () => {
  return (
    <div>
      <Heading {...someProps}>Some content</Heading>
    </div>
  );
};

FAQs

Package last updated on 21 Mar 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc