sargassum-world / latreutes

Desktop application for connecting to ZeroTier networks
Apache License 2.0
1 stars 1 forks source link

Add a React components library #8

Closed ethanjli closed 3 years ago

ethanjli commented 3 years ago

Right now it's barely possible to understand the information presented by the proof-of-concept, because we're not using any styling. We should choose a React UI components library suitable for writing desktop applications.

ethanjli commented 3 years ago

Ant Design may be a good options, due to its comprehensive set of components. I also considered Chakra UI which doesn't have as complete a set of components, Material UI which is too Google-y, and Blueprint which relies on global CSS and lacks responsive breakpoints for different screen widths.