Blazor.Fast
Blazor.Fast copied to clipboard
A tiny wrapper around Fast and Fluent Web Components to integrate with Blazor and easily use the EditForm components
For every Input component there is an annoying problem due to the way FAST currently handles the styling of the Web Components (using css classes). Since we cannot get access...
Since we don't have control over how the navigation works, the app reloads on a breadcrumb href click. Solution: same as anchor
Based on https://explore.fast.design/components/fast-radio-group we need to implement a `Radio` and `RadioGroup` component.
Currently the Checkboxes and Switches cannot use `@bind` due to some internal issue with Blazor. I've already created a PR to fix it but it will only happen in the...
Currently we haven't made any performance enhancements, but we have no benchmarks either. So it would be nice to have some benchmarks and investigate those compared to the core library....