📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

primevue-sass-themes

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primevue-sass-themes

Primevue themes as scss files, easy to customize with variables

1.0.2
latest
Source
npm
Version published
Maintainers
1
Created
Source

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

Keywords

primevue

FAQs

Package last updated on 18 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts