diff --git a/assets/menu/menu.json b/assets/menu/menu.json
index 99277ae6c..8baf2cc6f 100644
--- a/assets/menu/menu.json
+++ b/assets/menu/menu.json
@@ -462,6 +462,10 @@
{
"name": "Bootstrap",
"to": "/bootstrap"
+ },
+ {
+ "name": "Bulma",
+ "to": "/bulma"
}
]
}
diff --git a/doc/bulma/ExampleDoc.vue b/doc/bulma/ExampleDoc.vue
new file mode 100644
index 000000000..077be90e0
--- /dev/null
+++ b/doc/bulma/ExampleDoc.vue
@@ -0,0 +1,8 @@
+
+ Demonstration of various PrimeVue components like input field, button, table and panel styled with Bulma utilities. Bulma can either be used with a CDN or via NPM. Visit the official documentation for installation steps. PrimeVue does require an extra configuration other than using components as unstyled.
Boostrap is a well-known CSS library to build responsive and mobile first web projects.
+Bootstrap is a well-known CSS library to build responsive and mobile first web projects.
Bulma is a free, open source framework that provides ready-to-use frontend copmponents and utilities.
+