Fdom92 / pro-wc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pro WebComponents

Pro WebComponents is a miscellaneous collection of WebComponents that can be used across any framework or no framework at all.

What is a Pro WebComponent?

Any high quality WebComponent implemented by stenciljs that implements a functionality that is not already provided by the browser.

  • Built with stencil
  • Functionality NOT implemented by browsers
  • Style agnostic
  • Customizable
  • Usable across different apps and use cases
  • Well tested
  • Well documented

Usage

CDN

unpkg

NPM

npm install @prowb/core
+
+
+

How to contribute?

  1. First, make sure, your components meets the requirements above.

  2. Fork and clone this repo

  3. Install npm dependencies

npm install
  1. Run for development
npm start
  1. When you are ready, run the validator
npm run validate
  1. Open a Pull Request!

About

License:MIT License


Languages

Language:TypeScript 77.5%Language:CSS 17.9%Language:HTML 3.4%Language:JavaScript 1.2%