-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PrimeNG 17.17.0 Stepper Component Support #48
Comments
Was about to raise the same issue. Need to raise a PR. If someone has already got this then good. otherwise I will try to work on this. |
Anyone who got a solution to this issue ? |
Actually primeNG team haven't updated the latest css file in Sakai Template. Just you need to copy the css code from the latest theme from then installed node_modules as below steps Go to node_modules> PrimeNg>resources>thems Based on the requirement, let say for example i am taking ex: as lara-light-indigo in ngSakai. open same theme in node_modules and copy the below css and paste it in your assets> theme> lara-light-indigo>theme.css. Same method for rest of themes ..
|
Another solution is Copy all the lastest themes from node_modules>Primeng>resources>thems and replace it in your assets themes folder assets>layout>styles>themes |
The question is not related to Sakai and v19 has built-in styled so Sakai has no extra theming, fixed via v19. |
Hello,
I just cloned the template and tried the Stepper component and the functionality works but feels like it's missing some styling.
I am quite new to the libraries wanted to make sure if i am missing something or this component is not supported yet.
Link to the component documentation:
https://primeng.org/stepper
Here is my code:
https://github.com/ericaskari/sakai-ng-primeng-stepper
And the commit:
ericaskari/sakai-ng-primeng-stepper@704755c
Few pictures of how it looks like:
And how it should look like:
Thank you.
The text was updated successfully, but these errors were encountered: