Skip to content

Oc1S/somo

Repository files navigation

somoto

A SolidJS port for Sonner.

somoto is a taost library for SolidJS.

For demonstration, please visit The site.

Quick start

Install:

npm i somoto
# or
yarn add somoto
# or
pnpm add somoto
# or
bun add smoto

Usage:

import { Toaster, toast } from 'somoto';

function App() {
  return (
    <div>
      <Toaster />
      <button onClick={() => toast('Toast for you!')}>Give me a toast</button>
    </div>
  );
}

Documentation

Find API references in the doc.

About

This store is for somo & somoto. Utilities for SolidJS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published