Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/squirrel-forge/ui-core
- Owner: squirrel-forge
- License: mit
- Created: 2021-10-02T22:56:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T17:18:22.000Z (9 months ago)
- Last Synced: 2024-12-10T10:27:28.233Z (about 2 months ago)
- Topics: abstracts, babel, browser, components, es6, ui
- Language: JavaScript
- Homepage:
- Size: 123 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.