Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tohrxyz/nostr-calendar
Nostr calendar component for React
https://github.com/tohrxyz/nostr-calendar
Last synced: 1 day ago
JSON representation
Nostr calendar component for React
- Host: GitHub
- URL: https://github.com/tohrxyz/nostr-calendar
- Owner: tohrxyz
- License: mit
- Created: 2024-10-18T15:55:14.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-10-18T16:33:18.000Z (28 days ago)
- Last Synced: 2024-10-18T18:31:58.122Z (28 days ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nostr-calendar
Nostr calendar component for React.Published on `npm` at [nostr-calendar](https://www.npmjs.com/package/nostr-calendar)
## Usage
Install the package```sh
npm install nostr-calendar
```Use in your React component
```tsx
import { NostrCalendar } from "nostr-calendar";export const MyComponent() {
return