Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfware/tabs
Basic page tabs element
https://github.com/cfware/tabs
Last synced: 29 days ago
JSON representation
Basic page tabs element
- Host: GitHub
- URL: https://github.com/cfware/tabs
- Owner: cfware
- License: mit
- Created: 2020-10-30T16:09:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T04:17:34.000Z (about 1 year ago)
- Last Synced: 2024-10-28T16:11:28.504Z (about 2 months ago)
- Language: JavaScript
- Size: 287 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @cfware/tabs [![NPM Version][npm-image]][npm-url]
Basic page tabs element
## Usage
Import to your application:
```js
import '@cfware/tabs';
```Create a tabs element:
```html
Title 1
Tab 1 Contents
Title 2
Tab 2 Contents```
[npm-image]: https://img.shields.io/npm/v/@cfware/tabs.svg
[npm-url]: https://npmjs.org/package/@cfware/tabs