Skip to content

bloodywing/semantic-ui-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMTB - Semantic UI Bootstrap

SMTB - Semantic UI Bootstrap

Introdution

SMTB is a Bootstrap theme and component collections inspired by Semantic UI. It rely on bootstrap 3 but some of new added components can be used independently. SMTB didn't merged with the bootstrap soruce, so you can use most version of bootstrap 3 as a base and overide the style by adding SMTB css after bootstrap source css. (i.e. You can use a customized bootstrap package as a base)

Components Quick Overview

http://smtb.cbl-web.com/overview.html

Preview

Components Introduction & Documentation

http://smtb.cbl-web.com/component.html

What added

  • Outlined Button (Ghost Button)
  • Dropdown Submenu
  • Material Tabs
  • Element Reveal Effect
  • Label
    • User Label
    • Tag Label
    • Ribbon
    • Attached
  • Card
  • Divider
  • Styled checkbox, radio and switch (an on off checkbox)
  • Sidebar

Label, Card, Divider and Sidebar can be used as a plugin independently.

Installation

SMTB is just a theme of bootstrap, so you need to include bootstrap 3 before SMTB css.

<link rel="stylesheet" href="your_path/bootstrap.min.css">
<link rel="stylesheet" href="your_path/smt-bootstrap.css">

Credit

License

SMTB released under the MIT license.

About

SMTB - A Bootstrap theme inspired by Semantic UI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.9%
  • CSS 49.1%