niui icon indicating copy to clipboard operation
niui copied to clipboard

Lightweight, feature-rich, accessible front-end UI library

Results 4 niui issues
Sort by recently updated
recently updated
newest added

- Baseline alignment between content and sidebar - Backend option for inline/full window/full screen gallery

- ~~Aspect ratio box when not 100% wide (inline-block)~~ - ~~Relative baseline adjustment for images/videos for flexible dimensions~~ - 4 columns to become 2 columns on tablet, etc – grid...

Like most CSS frameworks, you use classes to designate various controls which your JS enhances with dynamic behaviour. That works fine, but isn't great for accessibility. I suggest an alternate,...

enhancement

Picnic CSS uses a [neat trick](https://github.com/franciscop/picnic/blob/master/src/plugins/button/_class.scss) to avoid having to specify explicit colours for elements that change on hover (see also [the docs](https://picnicss.com/documentation#buttons)). Basically, you use an inset box shadow...