We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web Components (https://web-components.fluentui.dev)
No.
I'm using custom styles to define some styles by default. e.g. fluent-button appearance.
In previous versions it works, but I have updated to latest version and faced some issues regarding define custom styles.
I see that you have docs for react docs/react-v9/contributing. I would really appreciaite if you could create the same for web-components or angular.
docs/react-v9/contributing
I have updated packages to: Packages:
@fluentui/web-components": "2.6.1" @microsoft/fast-element": "2.1.0"
Previous packages and implementation Packages:
@fluentui/web-components": "2.5.16" @microsoft/fast-element": "1.12.0"
Implementation:
provideFluentDesignSystem().register( fluentButton({ attributes: (): AttributeConfiguration[] => { return [ { property: 'appearance', attribute: 'appearance', converter: { toView(): string { return 'accent'; }, fromView(): string { return 'accent'; }, }, }, ]; }, }),
The text was updated successfully, but these errors were encountered:
chrisdholt
No branches or pull requests
Area
Web Components (https://web-components.fluentui.dev)
What kind of documentation issue are you reporting?
Is there a specific documentation page you are reporting?
No.
Description
I'm using custom styles to define some styles by default. e.g. fluent-button appearance.
In previous versions it works, but I have updated to latest version and faced some issues regarding define custom styles.
I see that you have docs for react
docs/react-v9/contributing
. I would really appreciaite if you could create the same for web-components or angular.I have updated packages to:
Packages:
Previous packages and implementation
Packages:
Implementation:
Validations
The text was updated successfully, but these errors were encountered: