Add Bootstrap comparison

This commit is contained in:
Jeremy Thomas
2017-07-31 20:58:30 +01:00
parent d14a703b5e
commit 9648eafd89
6 changed files with 1863 additions and 588 deletions

View File

@@ -29,6 +29,10 @@ bootstrap:
icon: "plug"
title: "jQuery plugins"
content: "Bootstrap includes useful jQuery plugins to add **interaction** to your website."
- type: "bootstrap"
icon: "users"
title: "Big community"
content: "Considering how long it has been around, Bootstrap has a **larger community** than Bulma. As a result, more tools (like theming and plugins) are available, and more questions are answered around the internet."
- type: "bootstrap"
icon: "internet-explorer"
title: "Internet Explorer compatibility"
@@ -36,7 +40,7 @@ bootstrap:
- type: "bootstrap"
icon: "list"
title: "Additional elements"
content: "Bootstrap has a few more **elements** like the [list group](http://getbootstrap.com/components/#list-group), [wells](http://getbootstrap.com/components/#wells), or the [page header](http://getbootstrap.com/components/#page-header)."
content: "Bootstrap has a some **elements** like the [list group](http://getbootstrap.com/components/#list-group), [wells](http://getbootstrap.com/components/#wells), or the [page header](http://getbootstrap.com/components/#page-header) that Bulma doesn't have."
---
<!DOCTYPE html>