Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 431 Bytes

TODO.md

File metadata and controls

13 lines (9 loc) · 431 Bytes

Controlled mode (forcePage)

When forcePage is provided, the component should be absolutely controlled.

It should not be possible to let user clicks change the page (without the controlled state changing from the listening parent component).

See #198 (comment)

  • Detail several props:
    • theme
    • callbacks like onClick
    • explain controlled page
    • etc.