Skip to content

Oc1S/somo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

116d25d · Nov 13, 2024

History

57 Commits
Nov 13, 2024
Nov 10, 2024
Nov 13, 2024
Nov 13, 2024
Nov 13, 2024
Nov 13, 2024
Oct 3, 2024
Oct 3, 2024
Oct 3, 2024
Nov 10, 2024
Oct 5, 2024
Oct 3, 2024
Nov 13, 2024
Nov 13, 2024
Nov 6, 2024
Oct 3, 2024
Nov 13, 2024

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.

Releases

No releases published

Packages

No packages published