What problem does it solve?
Provides a structured blueprint for building self-contained custom components for the vk-unicloud-admin framework that can be reused across the universal form, table, and detail contexts, reducing duplication and ensuring consistency.
Core Features & Use Cases
- Three-scene support (form, table, detail) controlled by a scene prop, enabling consistent rendering and interaction across contexts.
- Clear naming conventions using the custom-<name> pattern for directories and component files to maximize reuse and discoverability.
- A defined props/events contract (value, column, scene; input and change with the correct order) and straightforward integration with vk-data-form and vk-data-table, plus an easy workflow for testing and deployment.
- Optional resource directories (scripts/, references/, assets/) to extend capabilities without breaking the core unit.
Quick Start
Create a new component under components following the custom-<name> pattern and wire it into your form or table configuration.