kibana/packages/shared-ux/page/solution_nav
2022-11-07 15:10:42 -06:00
..
src [SharedUX][Bugfix] Solution nav with no data page (#144280) 2022-11-01 23:15:15 +01:00
BUILD.bazel [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
index.ts chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00
jest.config.js [Shared UX] Move Page Template Solution Nav to package (#134974) 2022-07-12 08:34:27 -07:00
kibana.jsonc rename codeowners from shared-ux to global-experience 2022-11-07 15:10:42 -06:00
package.json [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
README.mdx [api-docs] follow the correct schema for frontmatter (#138348) 2022-08-10 17:17:50 -05:00
tsconfig.json fix(NA): wrongly spread stripInternal and rootDir configs across packages (#144463) 2022-11-03 01:04:55 +00:00

---
id: sharedUX/Page/SolutionNav
slug: /shared-ux/page/solution-nav
title: Solution Page Navigation
description: A customized `EuiSideNav` for pages within Solutions in Kibana.
tags: ['shared-ux', 'component']
date: 2022-06-30
---

This is a customized `EuiSideNav` for pages within Solutions in Kibana.  It also includes a Higher-order Component (HOC) to supply Side Navigation to an existing component.  It is currently used in the Kibana Page Template for solutions that provide side navigation, (e.g. Observability).  It does not currently depend on any Kibana services.

## API

| Export | Description |
|---|---|
| `SolutionNav` | The `SolutionNav` component |
| `withSolutionNav` | The HOC which can provide the navigation to any component aligning with `KibanaPageTemplate` and its props. |