1.0.2 • Published 8 years ago

@hnordt/reax-alert v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago