Components

A set of reusable components for web applications

<px-button>

A button control which reacts to being clicked.

Examples

Simple buttons.

Default Info Warning Danger
<px-flex-panel orientation="horizontal">
  <px-button>Default</px-button>
  <px-button class="info">Info</px-button>
  <px-button class="warning">Warning</px-button>
  <px-button class="danger">Danger</px-button>
</px-flex-panel>