Where to find Fluent UI web component (@fluentui/web-components) reference wiki/docs? #31925
-
I know the web component docs are at: https://learn.microsoft.com/en-us/fluent-ui/web-components But because the Fluent UI web-component docs are incredibly minimal, I also used to peek at the editor auto completion files (*.vscode.definition.json) at https://github.com/microsoft/fluentui/tree/master/packages/web-components/src to understand which attributes and possible values are available. For example, I haven't got a clue now which "appearance" values are allowed for text fields, since both docs at the top don't mention this and the source I used to reference no longer exists. (I do know from memory it is "filled" and "outline" at the very least, but you get my point). Also the React docs don't really match the web component implementation. Does anybody know where I can find the desired documentation for my use case(s)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@Bertie2011 Beyond the repo itself, we have a web component Storybook up that currently reflects the work in progress on v3 beta. https://web-components.fluentui.dev/?path=/docs/concepts-introduction--page |
Beta Was this translation helpful? Give feedback.
@Bertie2011 Beyond the repo itself, we have a web component Storybook up that currently reflects the work in progress on v3 beta.
https://web-components.fluentui.dev/?path=/docs/concepts-introduction--page