htmlplus / core

The Most Flexible Open Source Web Component Library.

Home Page:https://htmlplus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTMLPLUS

The Next generation of UI elements for modern browsers based on Custom Elements API. All UI elements are Frameworkless, Flexible, Lightweight, Independent, Customizable, and Configurable.

Installation

UI Elements is available as an npm package.

npm

npm install @htmlplus/core

yarn

yarn add @htmlplus/core

pnpm

pnpm install @htmlplus/core

Usage

An example of basic usage of UI elements in React, Angular, Vue, Svelte and etc.

Import dependency into your application.

import '@htmlplus/core';

UI elements same as native HTML tags are available.

<plus-switch></plus-switch>

Documentation

Full documentation is available here.

License

Code released under the MIT License.

About

The Most Flexible Open Source Web Component Library.

https://htmlplus.io

License:MIT License


Languages

Language:HTML 39.8%Language:TypeScript 38.7%Language:SCSS 10.4%Language:JavaScript 9.4%Language:CSS 1.7%