Skip to content
Snippets Groups Projects

feat(orientation): Replace buttons in orientation

Merged Pierre Ecarlat requested to merge feat/orientation/add-buttons-in-structures into dev
Files
5
@@ -89,6 +89,13 @@ export const Secondary: Story = {
},
};
export const SecondarySuccess: Story = {
args: {
label: 'SecondarySuccess button',
variant: 'secondarySuccess',
},
};
export const SecondaryDelete: Story = {
args: {
label: 'SecondaryDelete button',
Loading