# BootstrapExtended 📏

Feel tiered of missing components in Bootstrap? This is the right place!

### Release 1.0.0 is here!

## What's new

  ✔️ AdminCards
  
  ✔️ SideBar changes

  ✔️ Boostrap theme - https://github.com/Ivan-Kalatchev/BootstrapExtended.Theme

## Bootstrap Theme

**BootstrapExtended** now has it's own bootstrap theme. It has a metro look and feel and it's based on Bootwatch's Cosmo. https://github.com/Ivan-Kalatchev/BootstrapExtended.Theme

## Description

**BootstrapExtended** is a library that contains certain HTML elements, styled in the bootstrap theme, that are currently not supported in the full Bootstrap library, like **check-boxes**, **radio buttons**, **selects** and more. It's development purpose is to help developers work with Bootstrap with **as little** dependencies as possible.

## Quick overview (for full project progress description go into the the projects tab)

  ✔️ Select - Ready

  ![Combobox-expanded](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/Select-Expanded.png?raw=true)
  
  ✔️ Checkboxes - Ready
  
  ![Checkboxes](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/Checkboxes.png?raw=true)

  ✔️ Radio buttons - Ready

  ![Radio](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/Radio.png?raw=true)

  ![Radio2](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/Radio-NoText.png?raw=true)

  ![Radio3](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/Radio-Block.png?raw=true)

  ✔️ Switch - Ready

  ![Switch-On](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/Switch-On.png?raw=true)

  ![Switch-Off](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/Switch-Off.png?raw=true)

  ✔️ AdminCards - Ready

  ![Switch-On](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/AdminCards.png?raw=true)

  ✔️ Callouts - Ready

  ![Callouts](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/Callouts.png?raw=true)

  ✔️ SideBar - Ready

  ![SideBar-Expanded](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/Sidebar-Expanded.png?raw=true)

  
  ![SideBar-Collapsed](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/Sidebar-Collapsed.png?raw=true)

  ✔️ Drawer - Ready

  ![Drawer-Right](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/Drawer-Right.png?raw=true)
  ![Drawer-Left](https://raw.githubusercontent.com/Ivan-Kalatchev/BootstrapExtended/main/screenshots/Drawer-Left.png?raw=true)
  
## Development

BootstrapExtended is made with sass and a theme file, witch means you can always change something and just recompile the scss file. Support for bootstrap themes from Bootswatch will be available in release 2.0.

## Missing documentation

If there appears to be new components and they have no documentation, you can always find every one of them in "showcase/testing.html".
