From 64f9b38007bc43e1d37f708e284589fd7e81f299 Mon Sep 17 00:00:00 2001 From: EmaSuriano Date: Wed, 21 Feb 2018 10:50:18 -0300 Subject: [PATCH] docs(README.md): Add values for tabsRole --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e56f9b42b5..14d5e065a0 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,11 @@ You can also always just simply copy the default style to your own css/scss/less In case you want to create your own component wrapping the ones that the library provides, you have to set its `tabsRole`. This is value is used inside react-tabs to check the role of a component inside ``. +Possible values for tabsRole are: + * Tab + * TabPanel + * TabList + ``` javascript import { Tabs, TabList, Tab, TabPanel } from 'react-tabs';