react-workspaces
react-workspaces copied to clipboard
[Question] is there a way to change the look and feel of the workspaces?
I have something prepared in figma and i have a team member who's more comfortable in NuxtJS/VueJS.
Is this something that my team member can change the look and feel while retaining react-workspaces as the main library?
Yes, it would be best to look at the default package so you can see how the elements are pluggable. I don't have the capacity to share more info, but yes if you look through the code, everything is extensible by design. good luck!
i looked at the native JS demo and saw that emotion/styled is being used.
Essentially, I just need to use emotion/styled to restyle the components and that should work right?