Utility for building HTML custom elements


Keywords
custom-elements, custom, elements, web-components, web, components
License
GPL-3.0
Install
npm install pwet@2.0.1

Documentation

Pwet

[Work In Progress] Utility for building HTML custom elements.

Examples

To show it in action:

  1. clone the repo :
git clone https://github.com/Gastonite/pwet
  1. Install pwet dependencies and example dependencies:
  • if you are using yarn :
    yarn && cd examples/{name} && yarn && yarn dev
    
  • if you are using npm :
    npm i && cd examples/{name} && npm i && npm run dev
    
  1. Now the demo is visible at http://localhost:3000

Installation

  • if you are using yarn :
    yarn add -D pwet
    
  • if you are using npm :
    npm i -D pwet