@samfurlong/directus-panel-calendar
A calendar panel extension for Directus.
Description
This extension provides a calendar panel for the Directus platform, allowing you to display and interact with events in a calendar view.
Installation
- Clone or download this repository.
- Build the extension:
npm install npm run build
- Copy the
dist
folder to your Directus extensions directory, or use the provided scripts to link it.
Usage
After installation, add the calendar panel to your Directus dashboard.
Development
npm run dev
— Watch and build the extension during development.npm run build
— Build the extension for production.
License
MIT