preskok/ui

A note component for displaying contextual information with different intents.

Component note-demo not found in registry.

Installation

pnpm dlx @preskok-org/ui@latest add note

Usage

import { Note } from "@/registry/preskok/ui/preskok-ui/note"
 
export function NoteDemo() {
  return <Note intent="info">Heads up!</Note>
}