Skip to content

OscarP29/react-island

Repository files navigation

react-island

Dynamic Island–style toasts with smooth animations, sound feedback, and a simple API. Drop it in and it just works.

Installation

npm install react-island

Basic Usage

import { ViewIslands } from "island"
import { island } from "island"

export default function App() {
	const showIsland = () => island.success("Hi! Mom")
	return (
		<div>
			<ViewIslands />
			<button onclick={showIsland}>Show Island</button>
		</div>
	)
}

About

Dynamic Island–style toasts with smooth animations, sound feedback, and a simple API. Drop it in and it just works.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors