https://github.com/paraboly/pwc-tabview
Simple and self-contained tabview.
https://github.com/paraboly/pwc-tabview
Last synced: 4 months ago
JSON representation
Simple and self-contained tabview.
- Host: GitHub
- URL: https://github.com/paraboly/pwc-tabview
- Owner: Paraboly
- License: mit
- Created: 2020-01-04T22:32:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:52:49.000Z (over 3 years ago)
- Last Synced: 2025-06-03T16:19:05.355Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://github.com/Paraboly/pwc-tabview)
[](https://www.npmjs.com/package/@paraboly/pwc-tabview)
[](https://www.npmjs.com/package/@paraboly/pwc-tabview)

[](https://opensource.org/licenses/MIT)
## [Live JSFiddle Example](https://jsfiddle.net/starikcetin/4j2qpsto/)
# Installation
## Script tag
- Put two script tags similar to this in the head of your index.html:
```html
```
- Then you can use the element anywhere in your template, JSX, html etc
## Node Modules
- 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
## In a stencil-starter app
- Run `npm install @paraboly/pwc-tabview --save`
- Add an import to the npm packages `import @paraboly/pwc-tabview;`
- Then you can use the element anywhere in your template, JSX, html etc
# Usage
```html
Tab content
Tab content
```
# Authors
S. Tarık Çetin (starikcetin), tarik.cetin@paraboly.com | cetinsamedtarik@gmail.com
# License
WebComponent PWC Tabview is available under the MIT license.
See the [LICENSE](/LICENSE) file for more info.