0.0.0-next-20220128085747 • Published 4 years ago

@real-system/alert-primitive v0.0.0-next-20220128085747

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Usage

# 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>;
0.0.24

2 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.18

4 years ago

0.0.19

3 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago