# Sizeable

A mixin that adds the size class to the component


## Props

### size
The size of the form control. Possible values: `sm`, `md`, `lg`.
@default  'md'
@property  String


## Computed

### sizeableClass
The sizeable classes with the appropriate prefix.
@return  String
