- Put two script tags similar to this in the head of your index.html:
<script type="module" src="https://unpkg.com/@paraboly/pwc-filter@latest/dist/pwc-filter/pwc-filter.esm.js"></script>
<script nomodule src="https://unpkg.com/@paraboly/pwc-filter@latest/dist/pwc-filter/pwc-filter.js"></script>
- Then you can use the element anywhere in your template, JSX, html etc
- Run
npm install @paraboly/pwc-filter --save
- Put a script tag similar to this
<script src='node_modules/@paraboly/pwc-filter/dist/pwc-filter.js'></script>
in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
- Run
npm install @paraboly/pwc-filter --save
- Add an import to the npm packages
import @paraboly/pwc-filter;
- Then you can use the element anywhere in your template, JSX, html etc
See: Documentation.
- Documentation
-
LICENSE - Deep data field search
- Automatic generation of the dynamic form
S. Tarık Çetin (starikcetin), [email protected] | [email protected]
WebComponent PWC Filter is available under the MIT license. See the LICENSE file for more info.