@wtf/components
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Built With Stencil

WeTry.fun WebComponents

A collection of WebComponents

Installation

Script tag

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

Node Modules

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

In a stencil-app-starter app

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

Readme

Keywords

none

Package Sidebar

Install

npm i @wtf/components

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

645 kB

Total Files

97

Last publish

Collaborators

  • mikaelkaron