diff --git a/src/AppMenu.vue b/src/AppMenu.vue index da3ef2904..be7861a65 100755 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -12,11 +12,14 @@
diff --git a/src/router.js b/src/router.js index 206b16c5b..6a8ba4f0a 100755 --- a/src/router.js +++ b/src/router.js @@ -480,6 +480,21 @@ export default new Router({ path: '/spacing', name: 'spacing', component: () => import('./views/spacing/SpacingDemo.vue') + }, + { + path: '/display', + name: 'display', + component: () => import('./views/display/DisplayDemo.vue') + }, + { + path: '/flexbox', + name: 'flexbox', + component: () => import('./views/flexbox/FlexBoxDemo.vue') + }, + { + path: '/text', + name: 'text', + component: () => import('./views/text/TextDemo.vue') }, { path: '/splitbutton', diff --git a/src/views/display/DisplayDemo.vue b/src/views/display/DisplayDemo.vue new file mode 100644 index 000000000..3e4198f05 --- /dev/null +++ b/src/views/display/DisplayDemo.vue @@ -0,0 +1,48 @@ + +Efficiently configure the display of the component with PrimeFlex display utilities.
+Resize to view.
+ + +Resize to hide.
+ + +Only visible when printed.
+ +Not available for printing.
+The display classes use the p-d-{value} format and p-d-{breakpoint}-{value} format for responsive design.
+ +Value field can be one of the following options.
+Breakpoints define how the display property should be defined depending on the screen size. Design is mobile first so smaller values + can also apply to larger values e.g. md also applies to lg or xl if they are not explicitly defined.
+A custom build with different values can be obtained from PrimeFlex using the _variables.scss file.
+ +PrimeFlex.
+PrimeFlex provides various spacing utilities to modify an element's layout.
+The spacing classes use the p-{property}{position}-{value} syntax whereas for responsive + values p-{property}{position}-{breakpoint}-{value} format is used.
+ + +PrimeFlex.
+Breakpoints define how the spacing should be depending on the screen size.
+Breakpoints define how the spacing should be defined depending on the screen size. Design is mobile first so smaller values + can also apply to larger values e.g. md also applies to lg or xl if they are not explicitly defined.
A custom build with different values can be obtained from PrimeFlex using the _variables.scss file.
+PrimeFlex.
diff --git a/src/views/text/TextDemo.vue b/src/views/text/TextDemo.vue new file mode 100644 index 000000000..10772b7e9 --- /dev/null +++ b/src/views/text/TextDemo.vue @@ -0,0 +1,27 @@ + +PrimeFlex provides various spacing utilities to modify an element's layout.
+The spacing classes use the p-{property}{position}-{value} syntax whereas for responsive + values p-{property}{position}-{breakpoint}-{value} format is used.
+ + +PrimeFlex.
+