influxdata / clockface

UI Kit for building Chronograf
https://influxdata.github.io/clockface
MIT License
43 stars 18 forks source link

fix: Added Pagination Input Capability #740

Closed brandenTenbrink closed 2 years ago

brandenTenbrink commented 2 years ago

Closes: https://github.com/influxdata/ui/issues/3918

Changes

An input component was added to the existing Pagination Component. It is an optional component that can be enabled if the user has a large # of pages available.

Input handles any number within 1 - TotalPages.

Screenshots

Screen Shot 2022-03-10 at 4 56 53 PM

Checklist

Check all that apply

brandenTenbrink commented 2 years ago

That is correct. It can be turned on and off as needed, but cannot be rendered without a PaginationNav. And will do!