| name | Custom Steps |
|---|---|
| route | /api/custom-steps |
| menu | API |
Want to skip to the implementation? Check out these examples:
The API below described how to use the custom-steps features.
steps: Array<number>An array of custom steps to use. This will override stepSize
ticks: Array<number>An array of custom ticks to use. This will override tickSize
getTicks: () =>
ReadonlyArray<{ value: number; key: number; percentage: number }>Ticks to be rendered. Each tick has the following props:
value: number- The tick number to be displayedkey: number- The key of a tickpercentage: number- Percentage value of where tick should be placed on ranger