feat(component): add ProgressIndicator

Closes #24
This commit is contained in:
Eric Liu 2019-12-21 11:03:50 -08:00
commit a0c4d347d5
8 changed files with 244 additions and 0 deletions

View file

@ -0,0 +1,5 @@
import ProgressIndicator from './ProgressIndicator.svelte';
export default ProgressIndicator;
export { default as ProgressIndicatorSkeleton } from './ProgressIndicator.Skeleton.svelte';
export { default as ProgressStep } from './ProgressStep.svelte';