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.
UI Elements is available as an npm package.
npm
npm install @htmlplus/ui
yarn
yarn add @htmlplus/ui
pnpm
pnpm install @htmlplus/ui
An example of basic usage of UI elements in React, Angular, Vue, Svelte and etc.
Import dependency into your application.
import '@htmlplus/ui';
UI elements same as native HTML tags are available.
<plus-switch></plus-switch>
Full documentation is available here.
Code released under the MIT License.