fluent-svelte
fluent-svelte copied to clipboard
A faithful implementation of Microsoft's Fluent Design System in Svelte.
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...
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.
### 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...
 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...