Hi everyone,
I'm working on an Oracle JET application, and I want to achieve a consistent UI that aligns with the Redwood Design System's look and feel, similar to what is seen in Visual Builder applications. However, I'm struggling to fully replicate Redwood's layout, styling, and components in my Oracle JET app.
Here's what I've tried so far:
- Imported the
oj-redwood-min.css
file into my project and applied the basic classes for body, layout, and typography.
- Added custom CSS for specific elements like headers, footers, and navigation menus.
- Referenced examples from Redwood's design guidelines.
While these steps helped me set up the foundation, the final appearance still feels incomplete, especially for navigation components, side drawers, and responsive behavior.
My questions are:
- Are there prebuilt templates or resources for Oracle JET that use Redwood's design system?
- How can I ensure that all components, such as navigation lists, buttons, and footers, look exactly like Redwood UI?
- Are there specific tools or techniques to bridge the gap between JET's framework and Redwood's design system?
Any advice, code snippets, or guidance would be greatly appreciated.