primereact Questions
4
Solved
I would like to be in a position to switch between themes in primereact rather than import one theme and then it affects my whole app and I don't have an option to switch between dark or light mode...
Belgae asked 10/7, 2021 at 11:39
4
I'm currently working on a React application where I've been using Tailwind CSS for styling. It's been great so far, but I recently decided to integrate PrimeReact components into my project. Howev...
Spaulding asked 30/10, 2023 at 11:49
3
Solved
I have a dialog component which is using the Primereact dialog internally. When I make a storybook for the same, the custom css for button is being imported as it is imported inside dialog.jsx. But...
Missionary asked 24/12, 2020 at 5:15
1
I am working on an react js application, I had added reactbootstrap & primereact library for the styling.
the reactbootstrap library is working fine But primereact styling is not getting applie...
Braw asked 19/1, 2022 at 7:26
2
Solved
I have enabled CSS modules within webpack.config in my React application so that I can locally scope CSS files to individual components. I'm also trying to use the TabView component from PrimeReact...
Weisman asked 28/12, 2017 at 16:7
1
Solved
I am getting the following error-
Failed to compile
./node_modules/primereact/components/dropdown/DropdownPanel.js
Module not found: Can't resolve 'react-transition-group' in 'D:\my-app\node_module...
Benedictus asked 14/3, 2021 at 9:30
1
I am a React/Spring beginner and I dont know how to make a Fileupload with Primereact.
Their Documentation says following (https://www.primefaces.org/primereact/#/fileupload):
FileUpload require...
Poussin asked 25/2, 2020 at 6:59
2
Solved
I can't seem to style a PrimeReact component with styled-component.
Given the below code to render an InputText, my intention is to change the width of it. But it doesn't work.
import styled from...
Scanlan asked 18/9, 2017 at 10:48
1
© 2022 - 2024 — McMap. All rights reserved.