Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/squirrel-forge/ui-core

A collection of interface, classes, functions and abstracts made for the browser and babel compatible.
https://github.com/squirrel-forge/ui-core

abstracts babel browser components es6 ui

Last synced: 27 days ago
JSON representation

A collection of interface, classes, functions and abstracts made for the browser and babel compatible.

Awesome Lists containing this project

README

        

# @squirrel-forge/ui-core
A collection of interface, classes, functions and abstracts made for the browser and babel compatible.

## Installation

```
npm i @squirrel-forge/ui-core
```

## Usage

```
import { Class, function } from '@squirrel-forge/ui-core';
```

## Documentation
The documentation is also included in the package.

## Table of contents
Package contents listing by language and namespace.

- Javascript
- [Abstracts](docs/Abstracts.md)
- [UiComponent](docs/Abstracts.md#uicomponent)
- [UiPlugin](docs/Abstracts.md#uiplugin)
- [UiTemplate](docs/Abstracts.md#uitemplate)
- [Renderers](docs/Renderers.md)
- [UiTemplateRenderer](docs/Renderers.md#uitemplaterenderer)
- [States](docs/States.md)
- [ComponentStates](docs/States.md#componentstates)
- [ElementClassStates](docs/States.md#elementclassstates)

## Issues and docs
If you encounter any issues, please report [here](https://github.com/squirrel-forge/ui-core/issues).

---

Check the sourcecode on [github](https://github.com/squirrel-forge/ui-core) for detailed comments.