{/* Rows for each sentiment with base and elevated emphasis */}
{sentiments.flatMap((sentiment) => [
{sentiment} (base)
{buttons.map((button) => (
{button.label}
))}
,
{sentiment} (elevated)
{buttons.map((button) => (
{button.label}
))}
,
])}
);
},
parameters: {
docs: {
canvas: { sourceState: 'hidden' },
},
},
};