mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
16 lines
246 B
Markdown
16 lines
246 B
Markdown
|
Bootstrap button component.
|
||
|
|
||
|
All additional `props` are passed to the `<button>` HTML component.
|
||
|
|
||
|
Can be used without parameters:
|
||
|
|
||
|
```jsx
|
||
|
<Button>Click</Button>
|
||
|
```
|
||
|
|
||
|
Using loading spinner:
|
||
|
|
||
|
```jsx
|
||
|
<Button loading disabled>Loading...</Button>
|
||
|
```
|