Preview:
import {Spinner} from "ui";
import {ArgsTable, Canvas, Meta, Story} from "@storybook/addon-docs";

<Meta title="Components/Misc/Spinner/old" component={Spinner}/>

export const Template = (args) => <Spinner {...args} />;

# Spinner

Description of a Spinner

## Props

<ArgsTable story="Default"/>

## Examples

<Canvas>
    <Story
        name="Default"
        args={{
            progress: 70,
            size: 1,
        }}
    >
        {Template.bind({})}
    </Story>
</Canvas>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter