From 8ab48d2412e7a3e95b74dfc757763b9a7c87923d Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 19 Jul 2023 12:21:56 +0300 Subject: [PATCH] Add bulma example --- assets/menu/menu.json | 4 +++ doc/bulma/ExampleDoc.vue | 8 ++++++ doc/bulma/SetupDoc.vue | 5 ++++ doc/theming/BuiltInThemesDoc.vue | 1 - layouts/AppConfigurator.vue | 10 -------- pages/bootstrap/index.vue | 2 +- pages/bulma/index.vue | 43 ++++++++++++++++++++++++++++++++ 7 files changed, 61 insertions(+), 12 deletions(-) create mode 100644 doc/bulma/ExampleDoc.vue create mode 100644 doc/bulma/SetupDoc.vue create mode 100644 pages/bulma/index.vue 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 @@ + diff --git a/doc/bulma/SetupDoc.vue b/doc/bulma/SetupDoc.vue new file mode 100644 index 000000000..14912270d --- /dev/null +++ b/doc/bulma/SetupDoc.vue @@ -0,0 +1,5 @@ + diff --git a/doc/theming/BuiltInThemesDoc.vue b/doc/theming/BuiltInThemesDoc.vue index 4a2476011..d90db3f13 100644 --- a/doc/theming/BuiltInThemesDoc.vue +++ b/doc/theming/BuiltInThemesDoc.vue @@ -27,7 +27,6 @@ primevue/resources/themes/mdc-light-indigo/theme.css primevue/resources/themes/mdc-light-deeppurple/theme.css primevue/resources/themes/mdc-dark-indigo/theme.css primevue/resources/themes/mdc-dark-deeppurple/theme.css -primevue/resources/themes/tailwind-light/theme.css primevue/resources/themes/fluent-light/theme.css primevue/resources/themes/lara-light-blue/theme.css primevue/resources/themes/lara-light-indigo/theme.css diff --git a/layouts/AppConfigurator.vue b/layouts/AppConfigurator.vue index a732630b3..3a07ef0e6 100755 --- a/layouts/AppConfigurator.vue +++ b/layouts/AppConfigurator.vue @@ -116,16 +116,6 @@ -

Tailwind

-
-
- - Tailwind Light -
-
-

Fluent UI

diff --git a/pages/bootstrap/index.vue b/pages/bootstrap/index.vue index e66b6e6c2..89b899d3f 100644 --- a/pages/bootstrap/index.vue +++ b/pages/bootstrap/index.vue @@ -9,7 +9,7 @@

Bootstrap

-

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.

diff --git a/pages/bulma/index.vue b/pages/bulma/index.vue new file mode 100644 index 000000000..2529a7ee0 --- /dev/null +++ b/pages/bulma/index.vue @@ -0,0 +1,43 @@ + + +