Merge pull request #215 from IBM/pagination-nav

feat: add PaginationNav component
This commit is contained in:
Eric Liu 2020-07-22 19:01:29 -07:00 committed by GitHub
commit 2ae4c8a008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 244 additions and 0 deletions

View file

@ -65,6 +65,7 @@ export { NumberInput, NumberInputSkeleton } from "./NumberInput";
export { OrderedList } from "./OrderedList";
export { OverflowMenu, OverflowMenuItem } from "./OverflowMenu";
export { Pagination, PaginationSkeleton } from "./Pagination";
export { PaginationNav } from "./PaginationNav";
export {
ProgressIndicator,
ProgressIndicatorSkeleton,