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: about 2 months ago
JSON representation
A collection of interface, classes, functions and abstracts made for the browser and babel compatible.
- Host: GitHub
- URL: https://github.com/squirrel-forge/ui-core
- Owner: squirrel-forge
- License: mit
- Created: 2021-10-02T22:56:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-31T08:11:03.000Z (11 months ago)
- Last Synced: 2025-10-01T10:00:01.710Z (9 months ago)
- Topics: abstracts, babel, browser, components, es6, ui
- Language: JavaScript
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.