**Extensions System**

This system has been implemented in order to ease the path for those who want to contribute with the project. It is very easy to use, if you know redux and react, you can contribute

import RenderExtension from '../extensions';
<RenderExtension name="nameOfExtension" {...otherProperties} />

**Theming System**

import Theme from '../themes';

Theme elements (button, input, etc...)
<Theme render="nameOfElement" {...otherProperties} />

Body
<ThemeBody />