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

@purpurds/notification-banner

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@purpurds/notification-banner

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

  • 5.8.2
  • npm
  • Socket score

Version published
Weekly downloads
1.7K
increased by44.31%
Maintainers
0
Weekly downloads
 
Created
Source

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

import * as NotificationBannerStories from "./src/notification-banner.stories"; import packageInfo from "./package.json";

NotificationBanner

Version {packageInfo.version}

Showcase

Properties

Installation

Via NPM

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

Usage

In MyApp.tsx

import "@purpurds/purpur/styles";

In MyComponent.tsx

import { NotificationBanner, Link } from "@purpurds/purpur";

export const MyComponent = () => (
  <NotificationBanner
    title="Lorem ipsum"
    description="Donec placerat ornare neque sit amet euismod."
    link={
      <Link variant="text" href="http://purpur.telia.io">
        Praesent pretium augue cursus
      </Link>
    }
  />
);
import { NotificationBanner, IconBattery } from "@purpurds/purpur";

export const MyComponent = () => (
  <NotificationBanner
    title="Low battery"
    description="Please connect your device to a charger."
    icon={<IconBattery size="sm" />}
  />
);

FAQs

Package last updated on 28 Jun 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