fast
fast copied to clipboard
The adaptive interface system for modern web experiences.
When I go to fast.design via my iPhone the page looks ugly and broken. I've tried both Safari and Chrome  
# 🙋 Feature Request Add an optional key to the `repeat` directive, so that `repeat` can map a DOM node to a specific item when updating views. Similar to how...
# Pull Request ## 📖 Description ### 🎫 Issues ## 👩💻 Reviewer Notes ## 📑 Test Plan ## ✅ Checklist ### General - [ ] I have included a change...
# Pull Request ## 📖 Description This pull request simplifies the root level README in accordance with a re-alignment on core FAST goals. We will be re-focusing the project around...
# Pull Request ## 📖 Description Remove the suggestion that contributors use [Refined GitHub](https://github.com/sindresorhus/refined-github) or [Squashed Merge Message](https://github.com/zachwhaley/squashed-merge-message) because Squashed Merge Message pointed to GitHub's solution for this issue: [New...
# Pull Request ## 📖 Description Updated the `standards` link in this template. The path `/docs/community/code-of-conduct/#our-standards` does not exist. ### Before - [ ] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation...
# 💬 RFC This RFC is to gather feedback on potentially renaming the `template` host directive to `host` to make it more clear that it represents the host the template...
fast-select with options does not break out and options are hidden. In almost all the practical use cases the select component will be used inside the parent component To show...
# 🐛 Bug Report The `` lacks some attributes present on the native component. ## 💻 Repro or Code Sample Missing attributes ([based on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#attributes)): `autocapitalize` (nonstandard), `dirname`, `autocomplete` (nonstandard),...
# Pull Request ## 📖 Description The current `React.createElement` function takes as an parameter the object `newReactProps` to pass props to the created React component. But we have noticed that...