Refactor Select Component Variants and Styles for Improved Consistency
- Updated SelectTrigger and SelectItem components to use variant props for error handling, enhancing visual feedback. - Refactored styles in SelectContent and SelectItem for better alignment and responsiveness. - Added new variant handling in the SelectTrigger component to streamline class management. - Updated styleguide.vue to include examples of the Select component with error and disabled states for better documentation.
This commit is contained in:
@@ -67,7 +67,7 @@ const areas: ProductArea[] = [
|
||||
},
|
||||
{
|
||||
id: 'labs',
|
||||
label: 'Labore',
|
||||
label: 'Kurse',
|
||||
icon: FlaskConical,
|
||||
enabled: false,
|
||||
visible: true,
|
||||
|
||||
Reference in New Issue
Block a user