1.0.2 • Published 10 years ago

@hnordt/reax-alert v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Reax Alert

Bootstrap Alert component for React

npm version

PropTypes

{
  type: PropTypes.oneOf([
    'success',
    'info',
    'warning',
    'danger'
  ]).isRequired,
  children: PropTypes.node.isRequired
}

Usage

npm install --save @hnordt/reax-alert
import React from 'react';
import Alert from '@hnordt/reax-alert';

const Foo = () => (
  <Alert type="success">
    Foo bar!
  </Alert>
);

export default Foo;
1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago