-
ButtonGroup (missing today but located in Figma), ChipGroup, TagGroup, etc - they are really just simple `display: flex` containers (super easy to implement). I think we should perhaps remove ChipGrou…
-
Sometimes siblings are really important to looking at when styling custom checkboxes.
For example this piece of code is quite common
```
[type=checkbox]:checked + .custom {
...
}
```
I find no w…
-
#
## Version
"@toast-ui/vue-calendar": "^1.0.3",
## Test Environment
win 10
## Current Behavior
default view is month, and i implement a api to get schedule data correct.the result is right …
-
Hi,
According to the docs (https://svelte-materialify.vercel.app/components/material-app/) I should use `` to avoid using the provided typography styles.
However, this does not work for me. The …
-
Button groups (`RadioButtonGroup`, `CheckboxButtonGroup`) do not respect the `sizing_mode` or `width` keyword arguments.
#### ALL software version info (bokeh, python, notebook, OS, browser, any ot…
-
# The Proposal
People have heavily complained about the current implementations lack of addressing many key things, as well as not doing its job quite good.
When initially implementing component…
-
### Description
I would like to propose a feature that allows the UButtonGroup component to automatically switch its orientation between horizontal and vertical based on a responsive breakpoint. This…
-
# Problem
When placing a `SegmentedButtonGroup`/`SegmentedButton` within a `NestedScrollView`, I am getting issues with the height not being set correctly even though the `layout_height` is set to `w…
-
### Provide a general summary of the issue here
I'm unable to use Adobe's React Spectrum package with Astro.
### 🤔 Expected Behavior?
I should be able to use components from `react-spectrum`…
-
### Description
![image](https://github.com/nuxt/ui/assets/1921878/163d4af5-ef05-4add-b9b5-be6470a866f7)
I used to use `Veutify`'s `chip-group` to achieve sth like the above image:
a few buttons …