What problem does it solve?
Developing custom UI extensions for Directus (panels, interfaces, displays, layouts) requires deep knowledge of Vue 3, the Directus SDK, and responsive design, often leading to inconsistent UIs and integration issues. This Skill provides the patterns to build beautiful, functional, and seamlessly integrated extensions.
Core Features & Use Cases
- Custom Panels & Interfaces: Build interactive dashboard widgets and specialized input components using Vue 3 Composition API.
- Real-time Data Visualization: Integrate WebSockets for live data updates and dynamic charts within your UI extensions.
- Responsive & Themed Design: Ensure extensions look great on any device and adapt automatically to Directus' light and dark themes.
- Use Case: Develop a custom analytics dashboard panel that displays real-time sales data with interactive charts, allowing users to filter by date range and automatically refreshing every 30 seconds, all within the Directus admin app.
Quick Start
Show me how to create a custom Directus panel using Vue 3 and TypeScript. I need it to display metrics and a chart, fetch data from a Directus collection, and automatically refresh every 30 seconds.