1.0.0 • Published 5 years ago

lualert v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

lualert

customizable global alerts with nested reactjs components

NPM JavaScript Style Guide

Install

npm install --save lualert

Usage

import React, { Component } from 'react'

import MyComponent from 'lualert'
import 'lualert/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © weareluastudio