From the course: CSS and JavaScript Library Integration
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Implementing a basic UI with PrimeNG and Angular - JavaScript Tutorial
From the course: CSS and JavaScript Library Integration
Implementing a basic UI with PrimeNG and Angular
- [Instructor] One aspect of PrimeNG's fascinating nature comes from being able to lift already built components and edit them to suit your application needs. This component can be styled too. You would find PrimeNG styling similar to that of Bootstrap, if you've used it in your project before now. The application you'll be building will be sectioned into three components, the nav bar, hero section, and the store items section. One thing you need to be careful about is how you call the components in PrimeNG. First, you state the CSS, you use @imports PrimeNG, forward slash, resources, forward slash, themes, forward slash, lara-light-blue, forward slash, theme.css. The default theme is indigo, but you can choose to use any of the theme provided in the documentation. @import PrimeNg, forward slash, resources, forward slash, PrimeNg.min.css, which is M-I-N. @import PrimeFlex, forward slash, PrimeFlex.css. Also @import…
Contents
-
-
-
-
(Locked)
Overview of PrimeNG, PrimeReact, and PrimeVue CSS framework1m 25s
-
(Locked)
Integrating PrimeNG with AngularJS4m 26s
-
(Locked)
Implementing a basic UI with PrimeNG and Angular6m 38s
-
(Locked)
Integrating PrimeReact with React.js3m 20s
-
(Locked)
Implementing a basic UI with PrimeReact and React.js5m 12s
-
(Locked)
Integrating PrimeVue with Vue.js4m 43s
-
(Locked)
Implementing a basic UI with PrimeVue and Vue.js7m 28s
-
(Locked)
-
-
-