sonner-solid
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

sonner-solid is an opinionated toast component for SolidJs ported from the react version sonner.

Usage

To start using the library, install it in your project:

npm install sonner-solid

Add <Toaster /> to your app, it will be the place where all your toasts will be rendered. After that you can use toast() from anywhere in your app.

import { Toaster, toast } from 'sonner-solid';

// ...

function App() {
  return (
    <div>
      <Toaster />
      <button onClick={() => toast('My first toast')}>Give me a toast</button>
    </div>
  );
}

Documentation

You can find out more about the API and implementation in the Documentation.

Package Sidebar

Install

npm i sonner-solid

Weekly Downloads

1

Version

1.1.2

License

MIT

Unpacked Size

179 kB

Total Files

15

Last publish

Collaborators

  • riccardino