Skip to content

Commit c7f38fe

Browse files
committed
drawer docs
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
1 parent 69e990b commit c7f38fe

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/sections/Projects/Sistent/components/content.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -232,19 +232,19 @@ const componentsData = [
232232
"src": "/collapse",
233233
},
234234
{
235-
id: 31,
236-
name: "IconButton",
237-
description: "IconButton provides an interactive button component that displays only an icon, ideal for compact UIs where space is limited and actions are easily recognizable through iconography.",
238-
url: "/projects/sistent/components/iconbutton",
239-
src: "/iconbutton",
240-
},
241-
{
242-
"id": 32,
235+
"id": 31,
243236
"name": "FormControlLabel",
244237
"description": "A control + label pair used for checkboxes or radio buttons.",
245238
"url": "/projects/sistent/components/formcontrollabel",
246239
"src": "/formcontrollabel",
247240
},
241+
{
242+
id: 32,
243+
name: "IconButton",
244+
description: "IconButton provides an interactive button component that displays only an icon, ideal for compact UIs where space is limited and actions are easily recognizable through iconography.",
245+
url: "/projects/sistent/components/iconbutton",
246+
src: "/iconbutton",
247+
},
248248
{
249249
id: 33,
250250
name: "Stepper",

src/sections/Projects/Sistent/components/drawer/guidance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const DrawerGuidance = () => {
192192
<strong>Positioning:</strong> Use left anchors for primary navigation, right anchors for settings/filters, and top/bottom for mobile-specific patterns.
193193
</li>
194194
<li>
195-
<strong>Responsive Behavior:</strong> Use temporary drawers on mobile (&lt; 960px) and consider persistent or permanent drawers on desktop (&gt; 960px).
195+
<strong>Responsive Behavior:</strong> Use temporary drawers on mobile {"(<"} 960px) and consider persistent or permanent drawers on desktop {"(>"} 960px).
196196
</li>
197197
<li>
198198
<strong>Keyboard Support:</strong> Ensure drawers can be opened/closed with keyboard (Escape key) and focus is managed properly.

0 commit comments

Comments
 (0)