primevue-sass-themes

1.0.2 • Public • Published

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';

/primevue-sass-themes/

    Package Sidebar

    Install

    npm i primevue-sass-themes

    Weekly Downloads

    7

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    157 kB

    Total Files

    5

    Last publish

    Collaborators

    • riadz