Skip to content

ikamva/components

Repository files navigation

Built With Stencil

Ikamva Components

Web Components and Shared Code

Using this component

Node Modules

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

  • Run npm i @ikamva/components --save
  • Add an import to the npm packages import ikamva;
  • Then you can use the element anywhere in your template, JSX, html etc