Skip to content

Commit

Permalink
chore(progress-bar): clean up storybook (#12592)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
aledavila and kodiakhq[bot] authored Nov 10, 2022
1 parent 314006a commit cb49d50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 98 deletions.
97 changes: 0 additions & 97 deletions packages/react/src/components/ProgressBar/ProgressBar-story.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import React, { useState, useEffect } from 'react';

import ProgressBar from '../';
import ProgressBar from './';

export default {
title: 'Components/ProgressBar',
Expand All @@ -33,6 +33,14 @@ const PlaygroundStory = (args) => (
export const Playground = PlaygroundStory.bind({});

Playground.argTypes = {
className: {
table: {
disable: true,
},
},
hideLabel: {
control: { type: 'boolean' },
},
status: {
options: ['active', 'finished', 'error'],
control: { type: 'select' },
Expand Down

0 comments on commit cb49d50

Please sign in to comment.