app-theme

React components for in-browser app development

Usage no npm install needed!

<script type="module">
  import appTheme from 'https://cdn.skypack.dev/app-theme';
</script>

README

AppTheme - a React.js components library to develop in-browser applications

The aim of this library is to provide a set of components to reproduce the common UI elements of a desktop application.

It is freely inspired by the Visual Studio Code color palette and elements.

It is designed with desktop-size screens, so no mobile support.

Storybook, with docs and examples: https://react-app-theme.netlify.com/

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.2] - 2020-01-20

Added

n/a

Changed

  • components/MenuBar: do not close menu if clicking on a non-action menu element with sub-menu
  • components/MenuBar: pressing Esc closes the menu
  • components/MenuBar: switching the top elements closes all the opened submenues
  • update npm dependencies

Removed

n/a

[0.0.1] - 2020-01-14

Added

  • components/MenuBar

Changed

n/a

Removed

n/a