monday-ui-react-core
Version:
Official monday.com UI resources for application development in React.js
7 lines (5 loc) • 397 B
JSX
import React from "react";
// import { Controls } from "@storybook/blocks"; // Controls are not supporting subcomponents yet, so using deprecated ArgsTable - https://github.com/storybookjs/storybook/issues/20782
import { ArgsTable } from "@storybook/blocks";
// TODO extract to vibe-storybook-components?
export const PropsTable = props => <ArgsTable story="Overview" sort="alpha" {...props} />;