monday-ui-react-core
Version:
Official monday.com UI resources for application development in React.js
22 lines (13 loc) • 410 B
text/mdx
import { Canvas, Meta } from "@storybook/blocks";
import * as TabPanelsStories from "./TabPanels.stories";
<Meta of={TabPanelsStories} />
# TabPanels
- [Overview](#overview)
- [Props](#props)
- [Variants](#variants)
- [Feedback](#feedback)
## Overview
The Tab Panels component contains all the content of all the Tabs component's tabs.
<Canvas of={TabPanelsStories.Overview} />
## Props
<PropsTable />