Replicating shadcn Sidebar in Avalonia #18
-
Hi everyone! I'm new to Avalonia and absolutely love shadcn's UI style. I'm trying to replicate the Sidebar07 component from their examples in Avalonia: shadcn Sidebar07 example Could anyone provide guidance on how to approach this? I'd appreciate:
Where I'm struggling:
Any code snippets, resource links, or conceptual advice would be incredibly helpful! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We really appreciate your interest in this project. As to guidance how to approach what you want to accomplish, the places to look into are:
Btw, we are also planning to support for a better sidebar in the next major release. Maybe on version 0.0.8. I will make a separate branch for this. So please stay tuned! |
Beta Was this translation helpful? Give feedback.
-
I already created separate branch dedicated for the new sidebar. This is still a work-in-progress. You might want to check-out the sidebar branch. The following features comes to mind(this will probably change later😅):
You can always check how I implement this. Feel free to comment or add suggestions. We very much appreciate your feedback and support to this project.❤️ |
Beta Was this translation helpful? Give feedback.
Hi @zhangtingfeng-2000
I already created separate branch dedicated for the new sidebar. This is still a work-in-progress. You might want to check-out the sidebar branch.
The following features comes to mind(this will probably change later😅):
You can always check how I implement this. Feel free to comment or add suggestions. We very much appreciate your feedback and support to this project.❤️