useNotifications
uitemplate
── useNotifications JSX hook ───────────────────────────────────────────────
Terminal
$termuijs render use-notifications
Installation
$ bunx termuijs add use-notifications
Copies the source into src/components/use-notifications/ and installs @termuijs/core, @termuijs/jsx, @termuijs/widgets.
Usage
ts
import { useNotifications } from '@termuijs/ui'ts
new useNotifications(options: NotificationCenterOptions = {})API Reference
useNotifications
| Prop | Type | Required | Description |
|---|---|---|---|
position | 'top-right' | 'bottom-right' | 'top-left' | 'bottom-left' | optional | — |
maxVisible | number | optional | — |
width | number | optional | — |