Layout and navigation components
Oracle JET enhances the HTML components with additional attributes, patterns, and components to provide the layout and navigation for applications.
The following are some of the key layout and navigation components of the Oracle JET framework, along with the corresponding API provided by the framework:
Sr. no. | Component name | Corresponding API |
---|---|---|
1 | Accordion |
|
2 | Collapsible |
|
3 | Conveyor belt |
|
4 | Dialog |
|
5 | Film strip |
|
6 | HTML tags | Heading, HR, link, list, and paragraph |
7 | Masonry layout |
|
8 | Navigation list |
|
9 | offCanvas utils |
|
10 | Panel |
|
11 | Popup |
|
12 | Progress indicator |
|
13 | Tab |
|
14 | Train |
|
Layout and navigation examples
Let us review the examples for some of these layout and navigation components in this section.
Accordions
An accordion element lets the collapsible element contain multiple subelements to choose the options. An ojAccordion
element can be added with the subelements...