v29.22.0
Minor Changes
-
Tabs: Add
dividerprop, supportfullandnone(#875)You can now customise the width of the divider line underneath the tab strip. The default value is
minimal, but you can now set it tofullornone.EXAMPLE USAGE
<TabsProvider id="id"> <Tabs label="Label" divider="full"> <Tab>The first tab</Tab> <Tab>The second tab</Tab> </Tabs> <TabPanels> <TabPanel>...</TabPanel> <TabPanel>...</TabPanel> </TabPanels> </TabsProvider>