The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/ee/app/engagement-dashboard/client/components/data/PositiveGrowthSymbol.storie...

16 lines
472 B

import { Box, Margins } from '@rocket.chat/fuselage';
import React from 'react';
import { PositiveGrowthSymbol } from './PositiveGrowthSymbol';
export default {
title: 'admin/enterprise/engagement/data/PositiveGrowthSymbol',
component: PositiveGrowthSymbol,
decorators: [(fn) => <Margins children={fn()} all='x16' />],
};
export const _default = () => <PositiveGrowthSymbol />;
export const withColor = () => <Box color='success'>
<PositiveGrowthSymbol />
</Box>;