company-alert-component

1.0.0 • Public • Published

Alert compnonent

npm install company-alert-component
import React from 'react';
import ReactDOM from 'react-dom';

import Alert from './src/alert';

const App = () => (
  <div className="App">
    <h1 className="App-Title">Hello Parcel x React</h1>
    <Alert color="danger">Hello world</Alert>
    <Alert color="success">Hello world</Alert>
    <Alert color="warning">Hello world</Alert>
    <Alert color="info">Hello world</Alert>
  </div>
);

ReactDOM.render(<App />, document.getElementById('root'));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    7

Package Sidebar

Install

npm i company-alert-component

Weekly Downloads

6

Version

1.0.0

License

ISC

Unpacked Size

13.3 MB

Total Files

44

Last publish

Collaborators

  • johndavedecano