From the course: CSS and JavaScript Library Integration
Unlock the full course today
Join today to access over 24,000 courses taught by industry experts.
Integrating PrimeReact with React.js - JavaScript Tutorial
From the course: CSS and JavaScript Library Integration
Integrating PrimeReact with React.js
- [Instructor] Prime React makes different customizable components available, which can significantly simplify the process of building elegant and responsive user interfaces regardless of your level of experience with React. To install the CSS library, you need to create a new React app or add it to your existing project. First step is to create your React app if you are starting from scratch using npx create-react-app then your app folder name, prime-react-app. I'll be using this. Once this is done, change your directory into the Prime React app cd prime-react-app and click Enter. And once you're in this directory, you can now install Prime React using npm i primereact. You also need to add primeicons. We will be using it and quill for the purpose of the example. To complete your installation, you need to import the team and the cost ties into your app, the GS file. And also delete the default content in the other…
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)
-
-
-