fluent-svelte icon indicating copy to clipboard operation
fluent-svelte copied to clipboard

A faithful implementation of Microsoft's Fluent Design System in Svelte.

Results 26 fluent-svelte issues
Sort by recently updated
recently updated
newest added

Developers might want to just straight out disable all user interaction on CalendarView temporarily. Not sure if WinUI includes an option to do this, but I think we should. I'll...

need to handle `home` and `end` keys, and also cancel behavior when the shift key is held - [x] `ComboBox` - [ ] `CalendarView` - [ ] `AutoSuggestBox` - [x]...

# Cross-browser scrollbar theming is enraging - Webkit has pretty decent theming support, but `::-webkit-scrollbar` also has a **lot** of limitations. - Firefox has less to none customization, and pretty...

the native implementation doesn't have this, but I think it'll be beneficial for accessibility and would just be a nice feature to have.

### Before you start... - [X] Have you updated your dependencies? You might be using an old version of the library. - [X] Have you checked for an existing issue...

bug

Right now, `` components, which are supposed to display helpful notifications/information, have no loading animation, which could be nice to have. I'm thinking of something like a quick `fly` transition.

enhancement

### Before you start... - [X] Have you updated your dependencies? You might be using an old version of the library. - [X] Have you checked for an existing issue...

bug

![Screenshot from 2022-09-08 14-19-08](https://user-images.githubusercontent.com/21284089/189121654-caca6595-d723-4c37-b992-616373b86be6.png) Is this doable ? Thanks

Just curious since last commit was in June 2022.

### Before you start... - [X] Have you updated your dependencies? You might be using an old version of the library. - [X] Have you checked if someone already requested...