From 2b9efc4be75e3f9b7e52ed6a20f3bfc8ad5ab42a Mon Sep 17 00:00:00 2001 From: Ignacio Chavez Date: Wed, 5 Jul 2017 23:46:21 -0700 Subject: [PATCH] Adding README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2f50e50..e760f81 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ See the live [DEMO:](nashio.github.com/tiny-tabs) ``` ### Options + | option | type | description | |---|---|---| |color| String | active tab text color | @@ -46,6 +47,15 @@ See the live [DEMO:](nashio.github.com/tiny-tabs) |bottomNav| Boolean | active tab background color | |index| Number | Initialize active tab index | +### Classes +- Apply to +#### Themes +* .theme-default +* .theme-box +* .theme-folder +#### Nav modifier +* .two-rows (add support for 2 lines in the tab navigation) + ### License MIT