Socket
Socket
Sign inDemoInstall

@real-system/alert-primitive

Package Overview
Dependencies
10
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @real-system/alert-primitive

Alert primitive component for real system.


Version published
Maintainers
1
Created

Readme

Source

@real-system/alert-primitive

Alert primitive component for real system.

npm version

Installation

# install peer dependencies

# npm
$ npm install react react-dom 
# yarn
$ yarn add react react-dom 

# install alert-primitive

# npm
$ npm install @real-system/alert-primitive
# yarn
$ yarn add @real-system/alert-primitive

Code Example

import { AlertPrimitive } from '@real-system/alert-primitive';

const PoliteAlert = () => <AlertPrimitive>Alert primitive Content</AlertPrimitive>;
const AssertiveAlert = () => <AlertPrimitive type="assertive">Alert primitive Content</AlertPrimitive>;

Keywords

FAQs

Last updated on 24 Jan 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc