Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.18 KB

Documentation

This is where in depth documentation will be going.

Customization Options

Check out most of the customization options here.

Customization using state builder

Some of the customization can be made using a builder. Using a builder for those parameters helps preventing bugs and improves performances. Those parameters are:

The documentation is available here.

Events, Highlighting, Custom Selectors, and More!

All of this and more can be done via the decorator api. Please check out the decorator documentation.

Custom Selectors and Colors

If you provide custom drawables or colors, you'll want to make sure they respond to state. Check out the documentation for custom states.

TODO

  • Write and organize the documentation. Focus on customization with real world scenarios.
  • Improve performances.
  • Add test cases.