Simple and self-contained tabview.
npm install @paraboly/pwc-tabview


!Platform - Platform Free Web

src="https://raw.githubusercontent.com/paraboly/pwc-tabview/master/assets/Screenshots/JSLibraryBoilerplate.png" />
- Put two script tags similar to this in the head of your index.html:
``html`
type="module"
src="https://unpkg.com/@paraboly/pwc-tabview@latest/dist/pwc-tabview/pwc-tabview.esm.js"
>
nomodule
src="https://unpkg.com/@paraboly/pwc-tabview@latest/dist/pwc-tabview/pwc-tabview.js"
>
- Then you can use the element anywhere in your template, JSX, html etc
- Run npm install @paraboly/pwc-tabview --save
- Put a script tag similar to this 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-tabview --saveimport @paraboly/pwc-tabview;
- Add an import to the npm packages
- Then you can use the element anywhere in your template, JSX, html etc
`html
Tab content
Tab content
``
S. Tarık Çetin (starikcetin), tarik.cetin@paraboly.com | cetinsamedtarik@gmail.com
WebComponent PWC Tabview is available under the MIT license.
See the LICENSE file for more info.