kibana/packages/home/sample_data_tab
2022-11-07 15:10:42 -06:00
..
src chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +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 [home] Sample Data Tab w/ callout UI (#136790) 2022-07-25 18:34:32 -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: home/SampleData/Tab
slug: /home/sample-data/tab
title: Sample Data Tab
description: A component that displays the content of the Sample Data tab in the `home` plugin.
tags: ['home', 'component', 'sample-data']
date: 2022-06-30
---

This package contains the components and layout for the Sample Data tab in the `home` plugin.

## API

| Export | Description |
|---|---|
| `SampleDataTab` | The Sample Data tab. |
| `SampleDataTabProvider` | Provides contextual services to `SampleDataTab`. |
| `SampleDataTabKibanaProvider` | Maps Kibana dependencies to provide contextual services to `SampleDataTab`. |

## EUI Promotion Status

This component is not currently considered for promotion to EUI.