diff --git a/CHANGELOG.md b/CHANGELOG.md index 67df1dd1ca3..43a68571e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ - Added `placeholder` prop to `EuiMarkdownEditor` ([#5151](https://github.com/elastic/eui/pull/5151)) - Added `.eui-textNumber` utility class to apply `tnum` font-feature setting ([#5078](https://github.com/elastic/eui/pull/5078)) +- Changed `EuiPageHeader`'s tab implementation to use size `xl` when only content ([#5135](https://github.com/elastic/eui/pull/5135)) +- Added `pageTitleProps` prop to `EuiPageHeader` to pass through props to the `EuiTitle` ([#5135](https://github.com/elastic/eui/pull/5135)) +- Added screen-reader only `
- This custom content (children), on the other hand, exists below the
- content above including below the right side content and therefore will
- stretch beneath them. Unless you set the
+ A set of
- This custom content (children), on the other hand, exists below the
- content above including below the right side content and therefore will
- stretch beneath them. Unless you set the
+ Cobalt is a chemical element with symbol Co and atomic number 27. + Like nickel, cobalt is found in the Earth’s crust only in + chemically combined form, save for small deposits found in alloys of + natural meteoric iron. The free element, produced by reductive + smelting, is a hard, lustrous, silver-gray metal. +
+ Intravenous sugar solution, also known as dextrose solution, is a + mixture of dextrose (glucose) and water. It is used to treat low + blood sugar or water loss without electrolyte loss. +
+ Hydrogen is a chemical element with symbol H and atomic number 1. + With a standard atomic weight of 1.008, hydrogen is the lightest + element on the periodic table +
+ Monosodium glutamate (MSG, also known as sodium glutamate) is the + sodium salt of glutamic acid, one of the most abundant naturally + occurring non-essential amino acids. Monosodium glutamate is found + naturally in tomatoes, cheese and other foods. +
+ Cobalt is a chemical element with symbol Co and atomic number 27. + Like nickel, cobalt is found in the Earth’s crust only in + chemically combined form, save for small deposits found in alloys + of natural meteoric iron. The free element, produced by reductive + smelting, is a hard, lustrous, silver-gray metal. +
++ Intravenous sugar solution, also known as dextrose solution, is a + mixture of dextrose (glucose) and water. It is used to treat low + blood sugar or water loss without electrolyte loss. +
++ Hydrogen is a chemical element with symbol H and atomic number 1. + With a standard atomic weight of 1.008, hydrogen is the lightest + element on the periodic table +
++ Monosodium glutamate (MSG, also known as sodium glutamate) is the + sodium salt of glutamic acid, one of the most abundant naturally + occurring non-essential amino acids. Monosodium glutamate is found + naturally in tomatoes, cheese and other foods. +
++ Cobalt is a chemical element with symbol Co and atomic number 27. + Like nickel, cobalt is found in the Earth’s crust only in + chemically combined form, save for small deposits found in alloys of + natural meteoric iron. The free element, produced by reductive + smelting, is a hard, lustrous, silver-gray metal. +
++ Intravenous sugar solution, also known as dextrose solution, is a + mixture of dextrose (glucose) and water. It is used to treat low + blood sugar or water loss without electrolyte loss. +
++ Hydrogen is a chemical element with symbol H and atomic number 1. + With a standard atomic weight of 1.008, hydrogen is the lightest + element on the periodic table +
++ Monosodium glutamate (MSG, also known as sodium glutamate) is the + sodium salt of glutamic acid, one of the most abundant naturally + occurring non-essential amino acids. Monosodium glutamate is found + naturally in tomatoes, cheese and other foods. +
+
+ Use tabs to organize in-page navigation, segmenting
+ mutually-exclusive content under a single organizational principle. For
+ more guideline usage see{' '}
+
- EuiTabs allow a
+ EuiTabs is a wrapping component that requires{' '}
+ EuiTab components as direct children. You control
+ the displayed contents and current state through props on EuiTab
+ like
+ Use the
+ You can also use the
- EuiTabs allow a
@@ -156,10 +185,6 @@ export const TabsExample = { type: GuideSectionTypes.JS, code: controlledSource, }, - { - type: GuideSectionTypes.HTML, - code: controlledHtml, - }, ], text: (
@@ -172,7 +197,11 @@ export const TabsExample = {
props: {
EuiTabbedContent,
},
- snippet: controlledSnippet,
+ snippet: `
+ Put navigation items in the header, and cross tab actions in a
+ footer.
+ Tab {selectedTabId} contentFlyout header
+