1.1.0 • Published 8 years ago
react-bulma-notification v1.1.0
react-bulma-notification
Install
npm i -S react-bulma-notification
Usage
import React, { Component, PureComponent } from 'react';
import ReactDOM from 'react-dom';
import 'bulma/css/bulma.css';
import Notification from 'react-bulma-notification';
import 'react-bulma-notification/css/index.css';
class App extends Component {
render() {
return (
<div className="container">
<a className="button is-danger" onClick={() => this.onClick('error')}>
Error
</a>button
</div>
);
onClick = () => {
Notification.error('This is an error!');
};
}
}
Documentation
1.1.0
8 years ago
1.0.0
8 years ago
0.1.23
8 years ago
0.1.21
8 years ago
0.1.20
8 years ago
0.1.19
8 years ago
0.1.18
8 years ago
0.1.17
8 years ago
0.1.16
8 years ago
0.1.15
8 years ago
0.1.14
8 years ago
0.1.13
8 years ago
0.1.12
8 years ago
0.1.11
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