UNPKG

@nexim/element

Version:

Utility functions and mixins for building high-performance web components with Lit.

25 lines (16 loc) 700 B
# @nexim/element ![NPM Version](https://img.shields.io/npm/v/@nexim/element) ![npm bundle size](https://img.shields.io/bundlephobia/min/@nexim/element) ![Build & Lint & Test](https://github.com/the-nexim/nanolib/actions/workflows/build-lint-test.yaml/badge.svg) ![NPM Downloads](https://img.shields.io/npm/dm/@nexim/element) ![NPM License](https://img.shields.io/npm/l/@nexim/element) ## Overview `@nexim/element` is a collection of utility functions and mixins for building high-performance, maintainable web components using Lit. ## Installation ```sh npm install @nexim/element # Or using yarn yarn add @nexim/element ``` ## Documentation Read full documentation [here](./docs/README.md).