Feature summary (what you would like to be able to do and where):
It may be useful to have a size property, similar to the Button component, which allows developers to use small, medium, or large style depending on where and how it is used.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
- Large toggle button for primary actions
- Small toggle button adjacent to inline text
Benefits (why should this be implemented?):
This is functionality is already supported by the underlying CSS of both Button and ToggleButton, it would only be a matter of exposing a new property on the Vue component and appending the proper class names.