Fork me on GitHub

Gooey

Gooey is a UI Library that goes inline with Airtame's Visual identity.

This site works as a set of demos to learn how to use the different elements within Gooey.

It's all built using the different `Mixins`, `Elements` and `Components` defined in the Gooey UI Library.

Mixins

Mixins are helper functions that allow an easy and reusable solutions to several CSS problems.

Elements

Elements are organic HTML elements. This set of mixins simply provide styling for them. All styles are flexible enough to be displayed in both a dark or light theme.

Components

Components are composed of multiple elements. They serve a general purpose. All components in Gooey as very simple. They are logicless and hence don't require any kind of store. These component can all be extended via composition, by rendering them inside another component containing any extra logic required.