Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/howtocodewell/tabs
React Tabs for HTCW
https://github.com/howtocodewell/tabs
Last synced: 26 days ago
JSON representation
React Tabs for HTCW
- Host: GitHub
- URL: https://github.com/howtocodewell/tabs
- Owner: howToCodeWell
- License: mit
- Created: 2020-12-20T21:57:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T09:08:57.000Z (about 4 years ago)
- Last Synced: 2023-03-03T15:03:36.470Z (almost 2 years ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tabs React Component
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/howtocodewell/tabs)
![Travis (.org) branch](https://img.shields.io/travis/howtocodewell/tabs/main)
![GitHub issues](https://img.shields.io/github/issues/howtocodewell/tabs)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/howtocodewell/tabs)
![Twitter Follow](https://img.shields.io/twitter/follow/howtocodewell)This component displays tabs.
It is used as part of [https://howtocodewell.net](https://howtocodewell.net])## Install
```bash
$ npm install @howtocodewell/tabs
```
## Example
To see an example of the component run
```bash
$ npm start
```
## Test
To test the component
```bash
$ npm test
```## Usage
```javascript
import { TabList, Tab } from '@howtocodewell/tabs'alert('Hello Coders') } />
alert('Happy Coding') } />```