import Divider from "../../app/components/utility/Divider"; export default { title: "Components/Utility/Divider", component: Divider, parameters: { layout: "padded", backgrounds: { default: "dark" }, docs: { description: { component: "Figma Utility / Divider (450:1941). Content uses border secondary; Menu uses tertiary. Horizontal and vertical orientations.", }, }, }, argTypes: { orientation: { control: { type: "select" }, options: ["horizontal", "vertical"] }, type: { control: { type: "select" }, options: ["content", "menu"] }, }, tags: ["autodocs"], }; export const ContentHorizontal = { args: { type: "content", orientation: "horizontal", }, decorators: [ (Story) => (
Content
Menu