UNPKG

@zenithui/toast

Version:

A modern, lightweight toast notification system for React applications. ZenithUI Toast provides a simple and customizable way to display notifications, alerts, and messages to users with smooth animations and flexible styling options.

4 lines (3 loc) 200 B
import { ButtonProps } from "../../lib/types"; import "./button.css"; export default function Button({ btntype, className, children, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;