@axeptio/design-system
Version:
Design System for Axeptio
18 lines (14 loc) • 465 B
JSX
import React from 'react';
import Quote from './index';
export default {
title: 'Core/Typography/Quote',
component: Quote
};
const Template = args => <Quote {...args} />;
export const Default = Template.bind({});
Default.args = {
quote:
'The main advantage lies in the easy integration of Axeptio, whatever the website. Quick to set up and ideal for all those who have not quite anticipated GDPR.',
author: 'Reda Jamil',
jobAuthor: 'CEO @Araoo'
};