https://github.com/donavon/tabbr-styled-default
https://github.com/donavon/tabbr-styled-default
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/donavon/tabbr-styled-default
- Owner: donavon
- License: mit
- Created: 2017-06-30T19:16:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T15:10:50.000Z (over 3 years ago)
- Last Synced: 2025-06-17T03:05:48.634Z (4 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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.