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

https://github.com/robiveli/tabsy-css

Simple tabs toggler component written in pure CSS with no dependencies
https://github.com/robiveli/tabsy-css

css dependency-free lightweight sass scss simple tabs toggle

Last synced: about 2 months ago
JSON representation

Simple tabs toggler component written in pure CSS with no dependencies

Awesome Lists containing this project

README

          

# Tabsy CSS

## Simple tabs toggler component written in pure CSS with no dependencies

### Install

With npm:

```sh
npm install tabsy-css
```

### Usage

Include css:

```sh

```

Initial required structure, place any content you want within the tabs:

```sh



Tab One


Content One



Tab Two


Content Two



Tab Three


Content Three



```

### Demo

Demo available [here](http://robiveli.github.io/tabsy-css/).

### Options

Default css settings are placed in `library/_variables.scss`:

### Note

Based on Flexbox feature. Where not supported simple fallback is applied.

### License

Tabsy CSS is licensed under the [MIT license](http://opensource.org/licenses/MIT).