Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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') } />

```