An experimental open-source tiny, light weight HTML5 library for state management & igniting magic on the UI within the browser.
- Meant as a plugin, that you may adapt to your needs.
- Include the HTML template, and then the felios component specific script right before the ending or closing body HTML Tag, like shown below
...
<body>
<!--include HTML Template-->
<div id="felios-<component>">...</div>
<div>Content</div>
<footer>..</foooter>
<!--include javascript-->
<script src="./path/to/felios.js>"></script>
<script src="./path/to/felios-<component>"></script>
</body>
...
- Replace
<component>
infelios-<component>
with the component you wish to use, ex.input
,toggle
,switch
, etc.
- Trigger Events
- Notify Actions
- File Uploader [ uses php ]
- Real-time component rendering
- Night Mode Toggling
- Realistic Native UI Prototyping.
- Single page application.
- One time call, components.
- Auto-refresh
- Auto-suggestion Search
- Style Guide Generator
Contributions are welcome, see code of conduct.
Humphrey Pietersen © 2021 - 2022. Licensed under MIT