{ changeSelected(optionId); }}
+ />
+ )
+ }`,
+ dependency: { EuiButtonGroup },
+ },
},
{
title: 'Ghost',
@@ -364,6 +447,18 @@ export const ButtonExample = {
),
snippet: buttonGhostSnippet,
demo: ,
+ live: {
+ code: `() => (
+
+ Ghost Button
+ Filled Ghost
+ Empty Ghost
+ Icon Ghost
+ Loading Ghost
+
+ )`,
+ dependency: { EuiButton, EuiButtonEmpty, EuiButtonIcon },
+ },
},
],
};