Reusable Svelte components.
# With npm
npm add @nostr-dev-kit/ndk-svelte-components
# With pnpm
pnpm add @nostr-dev-kit/ndk-svelte-components
# With yarn
yarn install @nostr-dev-kit/ndk-svelte-components
This project uses pnpm
to manage dependencies.
git clone https://github.com/nostr-dev-kit/ndk-svelte-components
cd ndk-svelte-components
pnpm i
pnpm run storybook
Displays a card with formatted event content.
Formats the content of an event for an EventCard
. Currently supports:
- kind 1 events
- Embedded kind 1 events in other kind 1 events
Displays a user's avatar
Displays a user's name
Displays a list of relays the NDK instance is connected to, along with information about active subscriptions and connectivity stats.
MIT