@cgi-learning-hub/ui
Version:
@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features
37 lines (36 loc) • 918 B
JavaScript
import o from "../EllipsisWithTooltip/EllipsisWithTooltip.es.js";
const e = {
title: "Components/EllipsisWithTooltip",
component: o,
argTypes: {
children: {
description: "Le contenu affiché dans le composant (Typo et Tooltip).",
control: "text",
table: {
type: { summary: "ReactNode" }
}
},
tooltipProps: {
description: "Les props de Tooltip (MUI).",
control: "text",
table: {
type: { summary: "Omit<TooltipProps, 'children' | 'title'>" }
}
},
typographyProps: {
description: "Les props de Typography (MUI).",
control: "text",
table: {
type: { summary: "TypographyProps" }
}
}
}
}, p = {
args: {
children: "Texte à afficher long, très long, très très looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong"
}
};
export {
p as Default,
e as default
};