feat(component): add Pagination

Closes #23
This commit is contained in:
Eric Liu 2019-12-23 09:32:20 -08:00
commit 4dad89e12d
17 changed files with 222 additions and 18 deletions

View file

@ -25,6 +25,7 @@ import {
NotificationTextDetails
} from './components/Notification';
import OrderedList from './components/OrderedList';
import Pagination, { PaginationSkeleton } from './components/Pagination';
import ProgressIndicator, {
ProgressIndicatorSkeleton,
ProgressStep
@ -97,6 +98,8 @@ export {
NotificationIcon,
NotificationTextDetails,
OrderedList,
Pagination,
PaginationSkeleton,
PasswordInput,
ProgressIndicator,
ProgressIndicatorSkeleton,