NO

Notifications

@mantine/notifications

Mantine notifications system

Component Libraries
components
frontend
library
next
nextjs
notification
notification-manager
notification-system
react
ui
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB

Installation

npm install @mantine/notifications

Code example

import { Button, Group } from "@mantine/core";

export function Example() {
  return (
    <Group>
      <Button>Save</Button>
      <Button variant="light">Cancel</Button>
    </Group>
  );
}

Pros & cons

Pros

  • Actively maintained by Vitaly Rtishchev
  • 0 weekly downloads. Battle tested
  • First-class TypeScript definitions
  • MIT licensed

Considerations

  • Adds roughly ~60 kB to your bundle
  • Not supported in React Native
  • 0 open issues on GitHub

FAQs

Alternatives & similar libraries