mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Merge pull request #215 from IBM/pagination-nav
feat: add PaginationNav component
This commit is contained in:
commit
2ae4c8a008
7 changed files with 244 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue