https://github.com/howtocodewell/tabs
React Tabs for HTCW
https://github.com/howtocodewell/tabs
Last synced: 4 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T09:08:57.000Z (over 4 years ago)
- Last Synced: 2025-01-27T17:53:06.194Z (6 months 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




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