fast
fast copied to clipboard
The adaptive interface system for modern web experiences.
# 🙋 Feature Request Sometimes you want a component to only support one element in a given slot. ## 🤔 Expected Behavior The ability to tell slotted to return just...
details in https://github.com/microsoft/fast/issues/5182
# 🙋 Feature Request Transition to `useDefineForClassFields` for TypeScript. ## 🤔 Expected Behavior All core FASTElement and decorator behaviors should continue to work. ## 😯 Current Behavior Unknown ## 💁...
Details in https://github.com/microsoft/fast/issues/5182.
details in #5182
# 🙋 Documentation Request The documentation seems to be lacking on `css.partial`. Especially when importing and applying a `css.partial` to a non-shadowed element. ## 💁 Possible Solution The solution is:...
## 📖 Description add Integration Manual for: 1. Parcel: https://parceljs.org/ 2. MDX: https://mdxjs.com/ ## ✅ Checklist ### General - [x] I have included a change request file using `$ npm...
# 🙋 Feature Request It's pretty common in my projects to customize/override the `createEventSink()` and `createTitleBuilder()` methods from the `RouterConfiguration` class. But the related types (i.e. `RoutingEventSink`, `TitleBuilder`, etc.) are...
# 🙋 Feature Request Most websites, and even Windows applications, put the root title as the last component. The general pattern is: ` - ` or ` - ` (like:...
# 🐛 Bug Report Go to a component, like: https://explore.fast.design/components/fast-progress-ring expand the menu at the top left click any of the 'picker' items. Nothing happens. Open the devtools - find...