Iridium Framework is a modular open source toolset for creating web applications.
Currently in development stage.
- Make sure you have installed:
nodejs
npm
gulp
git
- Clone repository with
git
:
$ git clone https://github.com/s-rayleigh/iridium-framework.git
$ cd iridium-framework
-
Select the required modules in the config.
-
Build iridium-framework with
gulp
:
$ gulp build
Built version will be in assembly
directory.
Examples of using project are in examples
directory. Every html file in that directory demonstrate work of appropriate module.
- core - Contains common methods.
- breakpoints - Standard breakpoints for making adaptive UI.
- net - Methods for working with the network.
- builder - Creating HTML structures from javascript objects.
- url_data - Storing data in the URL fragment identifier.
- tooltips - Tooltips on focus or mouse hover.
- combobox - Input field with dropdown list.
- svg - Tools for working with SVG.
- data_list - List wrapper with page navigation support.
- touchable - Small tool that set class to element after obtaining focus.
Also there are modules waiting for refactoring and not ready to use:
- notification
- file_uploader
- gallery
- form_validation
Copyright 2019 Vladislav Pashaiev.
Code of the Iridium Framework project distributed under the terms of LGPL-3.0 license.
See COPYING and COPYING.LESSER for details.