Components
Vue components and UI library
Components
UI Components
Reusable components in src/components/UI/:
- Button - Button component with variants
- Card - Card container
- FormInput - Form input field
- FormTextarea - Textarea field
- RichTextEditor - Rich text editor with collaboration
- ImageLibraryButton - Image selection
Component Structure
File Naming
- PascalCase:
Button.vue,RichTextEditor.vue - Views:
StaffDashboardView.vue