New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@genexus/chameleon

Package Overview
Dependencies
Maintainers
6
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@genexus/chameleon

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

  • 0.6.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

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

FAQs

Package last updated on 09 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc