Documentation
IntroductionLayout
Text
- Accordion
- Alert
- Animation
- Align
- Badge
- Base
- Breadcrumb
- Button
- Card
- Close
- Comment
- Description List
- Divider
- Dotnav
- Drop
- Dropdown
- Filter
- Form
- Height
- Icon
- Iconnav
- Image
- Inverse
- Label
- Leader
- Lightbox
- Link
- List
- Margin
- Marker
- Modal
- Nav
- Navbar
- Notification
- Off-canvas
- Overlay
- Padding
- Pagination
- Parallax
- Placeholder
- Position
- Print
- Progress
- Scroll
- Scrollspy
- Search
- Section
- Slidenav
- Slider
- Slideshow
- Sortable
- Spinner
- Sticky
- Subnav
- SVG
- Switcher
- Tab
- Table
- Thumbnav
- Tile
- Toggle
- Tooltip
- Totop
- Transition
- Upload
- Utility
- Video
- Visibility
Divider
Create dividers to separate content and apply different styles to them.
Usage
You can use a simple <hr>
element to illustrate a separation of different content parts on your pages. The Divider component allows you to add different styles to these dividers.
Divider icon
Add the .uk-divider-icon
class to a <hr>
or <div>
element to create a divider with some decoration, like an icon.
<hr class="uk-divider-icon">
Divider small
Add the .uk-divider-small
class to a <hr>
or <div>
element to create a smaller divider.
<hr class="uk-divider-small">
Divider vertical
Add the .uk-divider-vertical
class to a <hr>
or <div>
element to create a vertical divider.
<hr class="uk-divider-vertical">