vuestic-ui
vuestic-ui copied to clipboard
Free and Open Source UI Library for Vue 3 🤘
## Description ## Markup: ```vue // Your code ``` ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change...
## Related issues Close #1693, close #1567, close #1693 ## Description  ### Added: * Demos * Selection * Expanding/collapsing tree nodes * Filter * Docs * Model value *...
Close: #27 Close: #774 New breakpoints service with amount of features. ## Description This service allows us to: 1. use reactive breakpoints helpers (`lg (bool)`, `lgUp (bool)`, `lgDown (bool)`, `width...
Remove yarn workspace, prefer pnpm workspaces. This is the experimental branch. We need to check if all things below work before docs implementation. ### Task list: - [x] Run nuxt...
Looks like we are losing reactivity here. I know that breakpoints config shouldn't be reactive. We need to think how can we make runtime and non-runtime config. Non-runtime config later...
 # Parts - `Splitter Container` - component's container, providing calculation base for all child blocks (all child values are converted to percents of the container's size). - `Start/End Panel`...
In ant-design-vue they include the following reset mixin for each component. Curious if it would be beneficial for us to do something similar. ```less .reset-component() { box-sizing: border-box; margin: 0;...
Let's make components independent. Slider with reset:  Without:  (Just bigger)
**Vuestic-ui version:** 1.4.9 **Steps to reproduce** In "scroll-bottom event" [demo](http://vuestic-ui-demo.sub.asva.by/#/demo/va-select/VaSelect.demo.vue) I scroll to the bottom. **What is the expected behavior?** I should see event in console. **What is the current...