well-rounded-ui
Version:
Well Rounded UI Inputs to beautify your web projects !
20 lines (15 loc) • 442 B
text/mdx
import { Meta, Source } from "@storybook/blocks";
import * as FloatingSidebarStories from './FloatingSidebar.stories';
<Meta of={FloatingSidebarStories} />
Display FloatingSidebar to show any content.
<Source
code={`<FloatingSidebar
show={isSiderbarOpen}
onClose={() => setIsSidebarOpen(false)}
title="Any title"
>
<p className="p-3">Any content</p>
</FloatingSidebar>`}
/>