Skip to content

Felios Lite Stateful JavaScript Library for Single Page Applications

License

Notifications You must be signed in to change notification settings

huffypiet/felios.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Felios.js - Stateful Retro-Native UI

An experimental open-source tiny, light weight HTML5 library for state management & igniting magic on the UI within the browser.


Live Demo | Source Code

Usage

  • 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> in felios-<component> with the component you wish to use, ex. input, toggle, switch, etc.

Releases

version 0.0.0.1

Features

  • Trigger Events
  • Notify Actions
  • File Uploader [ uses php ]
  • Real-time component rendering
  • Night Mode Toggling

Some possible use cases

  • Realistic Native UI Prototyping.
  • Single page application.
  • One time call, components.

Still to-do

  • Auto-refresh
  • Auto-suggestion Search
  • Style Guide Generator

Contributors

Humphrey Pietersen

Contribution

Contributions are welcome, see code of conduct.

Humphrey Pietersen © 2021 - 2022. Licensed under MIT

About

Felios Lite Stateful JavaScript Library for Single Page Applications

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published