Replies: 7 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
-
@vnbaaij Thank you for quick reply, even if it was on the weekend! (EDIT: especially because it was on the weekend! 😉) About the online demo: I couldn't find a link anywhere here, it's not in the The PR link (142) I referred to was the second link I mentioned because I know when the PR was still active it worked and I could see the Icon Page which you mentioned in this tweet I spent my weekend trying out Fast-Blazor (trying new things out is what I love to do, so it was a weekend well spent, I learned a couple of new things) and I ran into several problems with Fast-Blazor Components. TL;DR; I don't think I can use it at the moment, there are too many things I don't understand, can't figure out. FYI (1): At Using Design Tokens from C# code (preferable option) ref1 & ref3 are FYI (2) In the Demo Website at menu option 'Card' when you first load it, look at the fill color of the second card (Dark, second from top). Now switch the 'Light Dark Switch' twice, and see what happens. This is something I ran into quite a lot in my code trying to use different colors. This happens also at Card 4 (Tinted neutral, dark). If you look at Card 5 (Custom card background color) and 6 (Accent and neutral color by DSP) the text color in the fist/top button is almost unreadable. I tried to change to text color in dark mode, but I couldn't figure out how to. FYI (3) Clicking on the Demo Website Number Field menu option gives an error. When I start a new Blazor WASM project there are two things (actually 3), important to me: Mobile First, and a Light/Dark theme (the 3rd is privacy friendly). So that's where I start when using a new component library. I'd like to adjust some colors and searching the Fast documentation I found the Fast Color Explorer, it's a great interactive page, and I think it looks really nice, so I tried to use different base colors than the default white/dark grey colors. But I didn't succeed, I think I need more info on how to use not only I also ran into this issue about CSS Isolation and although I could made it to work, some things aren't clear to me. I know I mention 'things that do not work as expected' and 'are not clear' to me a lot, and I could share my code I used in my project, but to make it all clear I think I need to spend a couple of hours extra on this issue. I'm Dutch, so I need more time to express myself in English. I really would like to use Fast-Blazor but for me to be able to use it I need more sample code. I don't need it now, or tomorrow (or next month), I know you all are very busy and working hard on Fast-Blazor Components and I think the promise is great and it has a lot of potential. I also really like that is pretty small in size compared to other Blazor component libraries. I'm developing Blazor WASM apps only, so size does matter to me: as small as possible :). |
Beta Was this translation helpful? Give feedback.
-
Maybe this 'issue' should be moved to Discussions? |
Beta Was this translation helpful? Give feedback.
-
Good plan. I will do that |
Beta Was this translation helpful? Give feedback.
-
The reason we are not publishing/promoting the demo site is we don't feel it is ready yet. Yes, it will show you basic usage, but it does not have code samples etc. Once we are done, it will be made available with a more friendly URL. On FYI (1): The |
Beta Was this translation helpful? Give feedback.
-
About Blazor CSS Isolation.This is just FYI and it's possible that 'm doing something completely wrong. I just stumbled on this and I couldn't figure out why With Blazor Component. Access it from any Footer.razor
Footer.razor.css
I expected it to work as below:(without the Footer.razor
Footer.razor.css
|
Beta Was this translation helpful? Give feedback.
-
FYI (3) is fixed now! |
Beta Was this translation helpful? Give feedback.
-
.
fast-blazor-main\examples\FluentUI.Demo.Shared
projectBeta Was this translation helpful? Give feedback.
All reactions