SolidOS / solid-ui

User Interface widgets and utilities for Solid
https://solidos.github.io/solid-ui/dist/solid-ui.js
MIT License
147 stars 39 forks source link

Styles #428

Open SharonStrats opened 3 years ago

SharonStrats commented 3 years ago

Just want to write the question here. We have the style module that exports styles and a function to apply them setStyle(). This is in style.js. It appears as though we haven't applied this design throughout the ui and panes yet. Should this be something we add to the list of one of the first things we do, so that all the styles can be in one place and applied in the same way? Should there be a folder with different style files for different things and then exported from an index file?

timea-solid commented 3 years ago

I personally would like to have UI component/elements I can simply use: for example one for error messages, one for success messages. And also, streamline the usage of styles in all modules.