Button

<Button /> component wraps a <button /> element and spread all the props.

Static Example

Following is a static example.

<Button>Static</Button>
jsx

useState Example

Example that fetch data

Result:

IFrame Example