File tree 1 file changed +36
-1
lines changed
1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change
1
+ <div align =" center " >
2
+ <a href =" https://toast.pheralb.dev " >
3
+ <img
4
+ src="https://raw.githubusercontent.com/pheralb/toast/main/website/public/images/logo.png?token=GHSAT0AAAAAACP44U4YKJ3KLY3DYHLRJPVWZSEQDXA"
5
+ alt="@pheralb/toast"
6
+ height="60"
7
+ />
8
+ </a >
9
+ <p >
10
+ <b>
11
+ An accessible and beautiful toast library for React.
12
+ </b>
13
+ </p >
14
+
15
+ <a href =" https://toast.pheralb.dev/ " >Documentation</a >
16
+ <span >  ;  ; ✦  ;  ; </span >
17
+ <a href =" #-getting-started " >Getting Started</a >
18
+ <span >  ;  ; ✦  ;  ; </span >
19
+ <a href =" #-contributing " >Contribute</a >
20
+ <span >  ;  ; ✦  ;  ; </span >
21
+ <a href =" #-license " >License</a >
22
+
23
+ </div >
24
+
25
+ <div align =" center " >
26
+
27
+ ![ esbuild Badge] ( https://img.shields.io/badge/esbuild-FFCF00?logo=esbuild&logoColor=000&style=flat )
28
+ ![ npm bundle size] ( https://img.shields.io/bundlephobia/min/%40pheralb%2Ftoast )
29
+ [ ![ Build Status] ( https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fpheralb%2Ftoast%2Fbadge%3Fref%3Dmain&style=flat )] ( https://actions-badge.atrox.dev/pheralb/toast/goto?ref=main )
30
+ ![ GitHub stars] ( https://img.shields.io/github/stars/pheralb/toast )
31
+ ![ GitHub issues] ( https://img.shields.io/github/issues/pheralb/toast )
32
+ ![ React Badge] ( https://img.shields.io/badge/React-61DAFB?logo=react&logoColor=000&style=flat )
33
+
34
+ </div >
35
+
1
36
## ✨ Features
2
37
3
38
- [x] 🍂 Lightweight.
@@ -27,7 +62,7 @@ yarn add @pheralb/toast
27
62
2 . Add the toast provider:
28
63
29
64
``` tsx
30
- // 📃 main .tsx
65
+ // 📃 root .tsx
31
66
import { ToastProvider } from ' @pheralb/toast' ;
32
67
33
68
ReactDOM .createRoot (document .getElementById (' root' )! ).render (
You can’t perform that action at this time.
0 commit comments