Components - button

Example

<button className="button u-border-radius-rounded">Take photo</button>

Example

<button className="button u-border-radius-rounded u-font-size-1">Take photo</button>

Example

<button className="button u-border-radius-rounded u-font-size-2">Take photo</button>

Example

<button className="button u-border-radius-rounded u-font-size-3">Take photo</button>

Example

<button className="button u-border-radius-rounded u-font-size-0 with-icon"><Icon icon="camera" />Take photo</button>

Example

<button className="button u-border-radius-rounded u-font-size-1 with-icon"><Icon icon="camera" />Take photo</button>

Example

<button className="button u-border-radius-rounded u-font-size-2 with-icon"><Icon icon="camera" />Take photo</button>

Example

<button className="button u-border-radius-rounded u-font-size-3 with-icon"><Icon icon="camera" />Take photo</button>