Návrh tlačidla bootstrap

Príklady kódu

100
0

tlačidlo bootstrap

<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-light">Light</button>
<button type="button" class="btn btn-dark">Dark</button>

<button type="button" class="btn btn-link">Link</button>
36
0

bootstarp btn farby

<button type="button" class="btn btn-primary">Blue</button>
<button type="button" class="btn btn-secondary">Grey</button>
<button type="button" class="btn btn-success">Green</button>
<button type="button" class="btn btn-danger">Red</button>
<button type="button" class="btn btn-warning">Yellow</button>
<button type="button" class="btn btn-info">Ligth blue</button>
<button type="button" class="btn btn-light">White</button>
<button type="button" class="btn btn-dark">Black</button>

<button type="button" class="btn btn-link">White with blue text</button>
7
0

značky tlačidiel bootstrap

The .btn classes are designed to be used with the <button> element. 
However, you can also use these classes on <a> or <input> elements
(though some browsers may apply a slightly different rendering).

When using button classes on <a> elements that are used to trigger in-page 
functionality (like collapsing content), rather than linking to new pages or 
sections within the current page, these links should be given a role="button" 
to appropriately convey their purpose to assistive technologies such as screen 
readers.

<a class="btn btn-primary" href="#" role="button">Link</a>
<button class="btn btn-primary" type="submit">Button</button>
<input class="btn btn-primary" type="button" value="Input">
<input class="btn btn-primary" type="submit" value="Submit">
<input class="btn btn-primary" type="reset" value="Reset">
4
0

obrys tlačidla bootstrap

<button type="button" class="btn btn-outline-primary" href="#">Primary</button>
3
0

tlačidlá bootstrap

<button type="button" class="btn btn-primary">Blue</button>
<button type="button" class="btn btn-secondary">Grey</button>
<button type="button" class="btn btn-success">Green</button>
<button type="button" class="btn btn-danger">Red</button>
<button type="button" class="btn btn-warning">Orange</button>
<button type="button" class="btn btn-info">Navy Blue</button>
<button type="button" class="btn btn-light">Light Grey</button>
<button type="button" class="btn btn-dark">Black</button>

<button type="button" class="btn btn-link">Link</button>
2
0

tlačidlá s triedou html

<button class="thisisclass" id="classbutton">i got class</button>

V iných jazykoch

Táto stránka je v iných jazykoch

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................