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'));

Readme

Keywords

none

Package Sidebar

Install

npm i company-alert-component

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

13.3 MB

Total Files

44

Last publish

Collaborators

  • johndavedecano