fluent-blocks
fluent-blocks copied to clipboard
A rich component library, still in development, for providing experiences from Microsoft’s Fluent design system
If a developer creates a component that returns a Fluent Blocks element, it fails validation since its `.type` is whatever the developer named the component. Rather than failing, Fluent Blocks...
[ChartJS v3 is available](https://www.npmjs.com/package/chart.js), and it makes the @types/chartjs dependency obsolete since it comes with types. It's also possible this project's dependency on v2.9.4 will be deprecated.
Bear in mind this particular component has been exempted from milestone 1 even though it’s available in `react-teams`. Designs: - [Teams Platform Taskboard](https://www.figma.com/file/gF7qOLyLksVslHGNqQR2Jj/Platform-%E2%80%93-v1.0-Light%2C-Dark-%26-HC-Theme?node-id=2566%3A503)
This project _can_ render experiences on the server. This project _has_ JSON schemas for validating payloads. The moose _has_ the muffin. Now where is that jam…
Inspired by: - [Adaptive Cards Designer](https://adaptivecards.io/designer) - [FluentUI Builder](https://fluentsite.z22.web.core.windows.net/0.61.0/builder) - [Block Kit Builder](https://api.slack.com/tools/block-kit-builder)
Many peers to Fluent Blocks support a horizontal rule for separating components on the block-axis.
Toolbar should support visual dividers between actions to imply groups. `react-teams` asked developers to group actions in all cases, though this design should be weighed against possible support in Fluent...
The CommandBar variant of the Toolbar implements much more elaborate layout tactics than the Toolbar typically employs, but it requires all items to have icons and may also limit the...
This would enable collaboration and other kinds of control from a remote server.
This tracks a List block except where its toolbar is hoisted into the main view's topbar. That is the only difference between this and #51. Questions: - This is implemented...