0.6.1 • Published 1 year ago

@genexus/chameleon v0.6.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Built With Stencil

chameleon web components

A library of white-label, highly-customizable and reusable web components

Getting Started

npm install
npm start

Running the tests

To run the unit tests for the custom elements, run:

npm test

Building for production

To build the design for production, run:

npm run build

Using this library

There are three strategies we recommend for using these web components.

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/@genexus/chameleon@0.0.1/dist/chameleon/chameleon.esm.js'></script> in the head of your index.html
  • Then you can use the web components anywhere in your template, JSX, html etc

Node Modules

  • Run npm install @genexus/chameleon --save
  • Put a script tag similar to this <script src='node_modules/@genexus/chameleon/dist/chameleon/chameleon.esm.js'></script> in the head of your index.html
  • Then you can use the web components anywhere in your template, JSX, html etc

In a Stencil project

  • Run npm install @genexus/chameleon --save
  • Add an import to the library inside src/index.ts: import "@genexus/chameleon";
  • Then you can use the web components anywhere in your template, JSX, html etc
0.6.1

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.0

1 year ago

0.3.1

1 year ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.0.10

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago