Skip to content

Primevue themes as scss files, easy to customize with variables

License

Notifications You must be signed in to change notification settings

Riadz/primevue-sass-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Primevue Sass Themes

Primevue themes as scss files, easy to customize with variables

themes

  • ✅ Bootstrap
  • 🔃 Material Design
  • 🔃 Saga

usage

add this to your style.scss and customize the colors

@import 'primevue/resources/primevue.min.css';
@import 'primeicons/primeicons.css';

$theme-colors: (
  primary: #007bff,
  secondary: #6c757d,
  success: #28a745,
  warning: #ffc107,
  danger: #dc3545,
  info: #17a2b8,
  help: #6f42c1,
);

@import 'primevue-sass-themes/bootstrap.scss';

About

Primevue themes as scss files, easy to customize with variables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages