Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.38 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.38 KB

palette4bootstrap

A Netbeans IDE palette plugin for the Twitter Bootstrap Framework

About this project

This is a module for the NetBeans IDE which adds new palettes inside the HTML palette. Access the palette from the menu bar -> Window -> IDE Tools -> Palette or using shortcut Ctrl+Shift+8 after opening any html based file inside the Editor Window. After that, you can drag and drop the items into your HTML files. An option panel is then shown for the supported components where various attributes can be configured and live preview can be seen for the components.

Components available

  • Bootstrap UI
    • Blank Page
  • Bootstrap Grid
    • Row
    • Column
    • Clearfix
  • Bootstrap Typography
    • Heading
    • Paragraph
    • Alert
    • Blockquote
    • More
  • Bootstrap Media
    • Image
    • Glyphicons
    • Font Awesome Icons
    • Ionicons
    • Carousel
    • Google Maps
  • Bootstrap Containers
    • Container
    • Panel

-And many more to come soon.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments