Skip to content

Frontend toolset for creating web applications. Currently in development stage.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

s-rayleigh/iridium-framework

Repository files navigation

Iridium Framework

Iridium Framework is a modular open source toolset for creating web applications.

Currently in development stage.

Build from sources

  1. Make sure you have installed:
  • nodejs
  • npm
  • gulp
  • git
  1. Clone repository with git:
$ git clone https://github.com/s-rayleigh/iridium-framework.git
$ cd iridium-framework
  1. Select the required modules in the config.

  2. Build iridium-framework with gulp:

$ gulp build

Built version will be in assembly directory.

Examples

Examples of using project are in examples directory. Every html file in that directory demonstrate work of appropriate module.

Modules

  • 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 and license

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.

About

Frontend toolset for creating web applications. Currently in development stage.

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published