1
0
Fork 0
freesewing/markdown/dev/reference/api/config/options/counter/en.md
Joost De Cock 249f2600e5 chore: More linting
@nicholasdower is smarter than me. What's missing was the
`listItemIndent` setting
2022-02-20 14:44:38 +01:00

663 B

title
counter

For a given number of things, use a counter option. Counters are for integers only. Things like number of buttons and so on.

Structure

Your counter option should be a plain object with these properties:

Example

options: {
  butttons: { 
    count: 7, 
    min:   4,
    max:  12 
  }
}