We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the filter UI type buttons we need a special checkbox component with three states:
'none'
'some'
'all'
Clicking the box transitions it:
See #74 on how the box is used
The text was updated successfully, but these errors were encountered:
Progress: A PR that provides preparation work for the checkbox was merged #155
Sorry, something went wrong.
MajorBreakfast
No branches or pull requests
For the filter UI type buttons we need a special checkbox component with three states:
'none'
: Empty box'some'
: Box with a circle'all'
: Box with a check markClicking the box transitions it:
'none'
and'some'
to'all'
'all'
to'none'
See #74 on how the box is used
The text was updated successfully, but these errors were encountered: