+
+
+
+
+
+ ),
+}
+
+export const WithCustomSide: Story = {
+ render: () => (
+
+ Open from Bottom
+
+
+ Bottom Sheet
+ This sheet slides in from the bottom of the screen.
+
+
Custom side content here.
+
+
+
+
+
+ ),
+}
+
+export const WithDisabledClose: Story = {
+ render: () => (
+
+ Open Sheet
+
+
+ Sheet Without Close
+ The close button is disabled in this example.
+
+