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

@ -20,6 +20,10 @@ import {
NotificationTextDetails
} from './components/Notification';
import OrderedList from './components/OrderedList';
import ProgressIndicator, {
ProgressIndicatorSkeleton,
ProgressStep
} from './components/ProgressIndicator';
import RadioButton, { RadioButtonSkeleton } from './components/RadioButton';
import Search, { SearchSkeleton } from './components/Search';
import SkeletonPlaceholder from './components/SkeletonPlaceholder';
@ -71,6 +75,9 @@ export {
NotificationTextDetails,
OrderedList,
PasswordInput,
ProgressIndicator,
ProgressIndicatorSkeleton,
ProgressStep,
RadioButton,
RadioButtonSkeleton,
Search,