UNPKG
izitoast-react
Version:
latest (1.0.19)
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.1
1.0.0
A wrapper for izitoast by @marcelodolza
github.com/sayjeyhi/izitoast-react
sayjeyhi/izitoast-react
izitoast-react
/
example
/
src
/
index.js
8 lines
(5 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
import
ReactDOM
from
'react-dom'
import
'./index.css'
import
App
from
'./App'
ReactDOM
.
render
(
<
App
/>
,
document
.
getElementById
(
'root'
))