UNPKG

well-rounded-ui

Version:

Well Rounded UI Inputs to beautify your web projects !

20 lines (15 loc) 442 B
import { Meta, Source } from "@storybook/blocks"; import * as FloatingSidebarStories from './FloatingSidebar.stories'; <Meta of={FloatingSidebarStories} /> # FloatingSidebar Display FloatingSidebar to show any content. ## Basic Usage: <Source code={`<FloatingSidebar show={isSiderbarOpen} onClose={() => setIsSidebarOpen(false)} title="Any title" > <p className="p-3">Any content</p> </FloatingSidebar>`} />