Create a Search Result Page abstract component
Create a Detail Page component that can be imported and extended
-
Should be responsive (Work on different screen sizes, laptop, phone, tablet, etc) -
Needs a page header (can be optional) -
It is composed of multiple sections, each section can be extended and should have: -
Section ID -
Section Header (optional) -
Section Content (optional) -
Can have it's own URL -
Can be embedded by other websites
-
-
Needs a summary bar: -
List sections by display order -
Can be sorted Alphabetically -
Link Scrolls to the desired section and updates URL fragment accordingly
-