Skip to content

Commit c22bbc9

Browse files
authored
docs(uxc-integration): add overview description (#12075)
Add description and key features documentation to help developers understand UXC compliance standards.
1 parent f752f83 commit c22bbc9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

packages/website/docs/components/patterns/UXC Integration.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,23 @@ sidebar_class_name: newComponentBadge
55
import Basic from "../../_samples/patterns/UXCIntegration/Basic/Basic.md";
66

77
### Overview
8+
9+
This code sample demonstrates full adherence to the UXC Product Consistency standards currently available within SAP. It serves as a comprehensive reference implementation, showcasing the integration of all mandatory and some optional UI elements and interaction patterns required for a consistent user experience across SAP products.
10+
11+
**Key features illustrated in this example include:**
12+
13+
- **Side Navigation**: An organized layout presenting a clear hierarchical structure.
14+
- **Shell Bar**: Incorporates all required elements, such as:
15+
- Side Navigation access
16+
- Branding element
17+
- Shell action help
18+
- User profile with access to the user menu
19+
- Optional components like notifications or settings
20+
- **Shell Search**: Provides search functionality fully aligned with SAP's usability guidelines.
21+
- **User Settings**: Offers personalization options for users to tailor their experience, such as theming and language preferences.
22+
- **Notification Experience**: Delivers real-time alerts and updates, complete with badge indicators and intuitive interaction patterns.
23+
24+
This example is ideal for developers and designers looking to align their applications with SAP's UXC standards, ensuring consistency, usability, and compliance across the SAP ecosystem.
25+
826
<Basic />
927

0 commit comments

Comments
 (0)