Input

Clickable components support the EventClick event that handlers can be registered to with @Click="c.handleButton(event)"


		

Data binding...

Button

Simple example with click handler:


		

Symbols can be attached to buttons:


		
Some text

Use the d3c-button-vertical CSS class to align the button content vertically:


		
Something

Input fields

Input fields can be bound to data. They will automatically change their type based on the bound data type.