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

https://github.com/donavon/tabbr-styled-default


https://github.com/donavon/tabbr-styled-default

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# tabbr-styled-default

The default style for `tabbr`. A clean look with optional color accents on a per-tab basis.

![this might be a llama](https://github.com/donavon/tabbr-styled-default/blob/master/img/example.png?raw=true)

## Install
```bash
$ npm i --save tabbr-styled-default
```

## Custom Props

### TabGroup

#### `backgroundColor`

Sets the background color of the tab group. Defaults to `transparent`.

### `Tab`

#### `color`

Allows you to set the accent color of the tab.
This is the little stripe at the top of the tab.
The default is `null`, or no accent color.