vuestic-ui icon indicating copy to clipboard operation
vuestic-ui copied to clipboard

Free and Open Source UI Library for Vue 3 🤘

Results 540 vuestic-ui issues
Sort by recently updated
recently updated
newest added

## 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 ![demos](https://user-images.githubusercontent.com/29167241/173535086-ca9e26ef-3dc6-4158-ab54-ae098fad9a8c.png) ### Added: * Demos * Selection * Expanding/collapsing tree nodes * Filter * Docs * Model value *...

FEATURE
component
key feature

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...

docs
build
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...

discussion
LOW PRIORITY

![split](https://user-images.githubusercontent.com/64714442/183596630-14c2bc15-fc4a-41f4-99ad-7f4ca174d0fd.png) # 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`...

docs
spec
difficulty 1: super easy
value 2: nice to have

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;...

research
ready for research

Let's make components independent. Slider with reset: ![image](https://user-images.githubusercontent.com/23530004/181801427-f7035221-4034-4f19-b680-082bbe27866f.png) Without: ![image](https://user-images.githubusercontent.com/23530004/181801479-a099c31c-a597-44af-8c86-69cc7472d6b5.png) (Just bigger)

feature
good first issue
implementation
d1: super easy
v2: nice to have

**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...

BUG
EXTERNAL