kibana/packages/home/sample_data_tab
2023-01-18 10:02:49 -07:00
..
src Upgrade EUI to v70.2.4 (#144845) 2022-11-18 14:21:28 -06: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 [codeowners] rename global experience to @elastic/appex-sharedux 2023-01-18 10:02:49 -07:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.mdx [api-docs] follow the correct schema for frontmatter (#138348) 2022-08-10 17:17:50 -05:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06: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.