-
Beta Was this translation helpful? Give feedback.
Answered by
dvoituron
Feb 11, 2025
Replies: 1 comment 1 reply
-
You need to use CSS styles to apply to part of the web component used by our FluentUI Blazor lib. Example (to adapt using ID or class name): fluent-text-area::part(control) {
width: 300px;
height: 300px;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
garrenf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to use CSS styles to apply to part of the web component used by our FluentUI Blazor lib.
Example (to adapt using ID or class name):