We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1708717 commit 73bb6abCopy full SHA for 73bb6ab
README.md
@@ -47,6 +47,7 @@ To start using the library you only need to envolve your notification space in t
47
```jsx
48
import { NotificationProvider, NotificationConsumer } from "doom-react-notifications";
49
import { Button } from "./components/Button";
50
+import "doom-react-notifications/dist/style.css"; // you can change the styles.
51
52
export default function App () {
53
return (
0 commit comments