Skip to Content

Sidebar

Introduction

A sidebar is a column placed to the right or left of a webpage’s primary content area. They’re commonly used to display various types of supplementary information for users, such as: Navigational links to key pages.

Default

<SideBar page="page_name" />
Page layout screenshot

Automated tests

Unit

Command : npm run test:unit
Test file location : /tests/sidebar.unit.test.tsx

npm run test:unit:file sidebar

Integration

Command : ???
Test file location : ???

???
Last updated on