Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
df91effafb
commit
17f074b949
@ -119,6 +119,8 @@ class ToggleViewController: BaseViewController<Toggle> {
|
||||
extension ToggleViewController: ComponentSampleable {
|
||||
static func makeSample() -> ComponentSample {
|
||||
let component = Self.makeComponent()
|
||||
return ComponentSample(component: component, trailingPinningType: .lessThanOrEqual)
|
||||
component.showText = true
|
||||
component.textPosition = .right
|
||||
return ComponentSample(component: component)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user