An open API service indexing awesome lists of open source software.

https://github.com/trstringer/electron-flexbox-ui-layout

:whale: Common UI layout for an Electron/React app using Flexbox
https://github.com/trstringer/electron-flexbox-ui-layout

boilerplate electron flexbox react

Last synced: 9 months ago
JSON representation

:whale: Common UI layout for an Electron/React app using Flexbox

Awesome Lists containing this project

README

          

# Common Electron App Layout (with React) using Flexbox

*Note: this repo is meant to show guidance on how to structure the UI in an Electron/React app using flexbox with a common approach. Use it as a guide to quickly get a UI together for you to modify to your app*

## What does it look like?

![demo](demo.gif)

## What should you do with this?

Make it your own! :boom: Use this as a guide to structure the UI for you Electron/React app using flexbox.

## Credit

This app was created from a clone of the amazing [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate) repo. So many thanks to [chentsulin](https://github.com/chentsulin) for creating and maintaining this wonderful boilerplate!