Skip to content
On this page

Abu Logo

Elemental Web

Modern web technologies in a nutshell 😍

Unlock the full potential of HTML/JS technologies to build cutting-edge web apps 🔥


Getting Started

💻 Installation

bash
$ npm install @sohailalam2/elemental-web
$ npm install @sohailalam2/elemental-web

☝️ Minimum Requirements

Browsers

  • All modern browsers
  • NOT Internet Explorer

NodeJs > v16

Elemental Web has only one tiny dependency - Abu. @sohailalam2/abu uses the crypto module and specifically the crypto.webcrypto object for its random number generation which is used to generate random ids by Elemental Component. These APIs are only available on Node v16+, hence the minimum version requirement.

Released under the MIT License.