epicmaxco / vuestic-ui

Free and Open Source UI Library for Vue 3 🤘
https://vuestic.dev
MIT License
3.32k stars 321 forks source link

Added Disabled Prop to Sidebar Item #4225

Closed ahmadJT closed 2 weeks ago

ahmadJT commented 1 month ago

Description

Markup:

```vue const props = defineProps({ // removed to keep PR short disabled: { type: Boolean, default: false }, })