A justified button group can span the entire width of the container. Example Usage: ``` <ButtonGroup justified> <Button>Apple</Button> <Button>Samsung</Button> <Button>Sony</Button> </ButtonGroup> ```