For having a basic UI styling we are going to use a simple CSS framework called Bulma, it might seem very odd, but I'm a huge fan of making minimalistic software projects with less functional libraries because in most of the cases we are not going to use a huge part of their functionality, like Bootstrap, Semantic UI, Ant Design, etc... they are a great option when it comes to prototyping and showcasing something, but with less functional parts you can just use what you actually need, and not overwhelm an application with unnecessary dependencies. Bulma.css is just a CSS framework with no JavaScript dependency, we can just build our components on top of existing styling.
I don't know what you are using for this type of UI project, but for me, minimal dependencies are the key to keep software development as simple as possible.
#reactjs #bulma #css #typescript
Download
0 formats
No download links available.
Minimal CSS framework for building UI's - Bulma.css + React.js with Create React App and TypeScript | NatokHD