4.0.1 • Published 8 months ago

@unissey-web/web-components v4.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

@unissey-web/web-components

Unissey's Web Components Library

  1. Installation
  2. Getting Started

1. Installation

Download the package

npm install @unissey-web/web-components

2. Getting Started

Required configuration

These following polyfills are recommended for a better use of this library:

  • core-js
  • regenerator-runtime
  • @webcomponents/webcomponentsjs
  • lit/polyfill-support.js
npm install core-js regenerator-runtime @webcomponents/webcomponentsjs lit/polyfill-support.js

And then import the dependencies in your polyfill file:

import "core-js";
import "regenerator-runtime";
import "@webcomponents/webcomponentsjs";
import "lit/polyfill-support.js";

After that, all you need is to import components in your application.

To explore the full range of components offered by this library, please consult our Web Components documentation.

4.0.1-rc.1

8 months ago

4.0.1

8 months ago

3.10.2-debug.1

8 months ago

4.0.0

8 months ago

4.0.0-alpha.1

8 months ago

4.0.0-beta.2

8 months ago

3.10.2

8 months ago

3.10.2-rc.2

8 months ago

3.10.2-rc.1

8 months ago

4.0.0-beta.1

8 months ago

3.10.1-rc.1

9 months ago

3.10.1-rc.2

9 months ago

3.10.1

9 months ago

3.11.0-rc.1

9 months ago

3.11.0-rc.2

9 months ago

3.11.0-rc.3

9 months ago

3.10.0

10 months ago

3.10.0-test

10 months ago

3.10.0-rc.1

12 months ago

3.10.0-rc.2

12 months ago

3.10.0-alpha.2

12 months ago

3.10.0-alpha.3

12 months ago

3.9.0

1 year ago

3.9.0-alpha.1

1 year ago

3.10.0-alpha.1

1 year ago

3.8.3-beta.1

1 year ago

3.8.3-alpha.1

1 year ago

3.8.3-alpha.2

1 year ago

3.8.3-rc.5

1 year ago

3.8.3-rc.9

1 year ago

3.8.3-rc.8

1 year ago

3.8.3-alpha.3

1 year ago

3.8.3-rc.7

1 year ago

3.8.3-rc.6

1 year ago

3.8.3-rc.4

1 year ago

3.8.3-rc.3

1 year ago

3.8.3-rc.2

1 year ago

3.8.3-rc.1

1 year ago

3.8.2

1 year ago

3.8.1

1 year ago

3.8.1-test

1 year ago

3.8.0-rc

1 year ago

3.8.0

1 year ago

3.8.0-beta.7

1 year ago

3.8.0-beta.6

1 year ago

3.8.0-beta.5

1 year ago