Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@prestashopcorp/puik-theme

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prestashopcorp/puik-theme

PUIK theme - CSS classes of Prestashop UI Kit.

latest
npmnpm
Version
2.6.0
Version published
Weekly downloads
445
27.87%
Maintainers
6
Weekly downloads
 
Created
Source
Logo

Puik Components

The PrestaShop UI Kit Vue Components

Documentation

About The Project

Puik Theme is a Css library that contains all the CSS classes used to create the Vue Components.

Installation

Install the @prestashopcorp/puik-theme package and import the css files you need

# NPM
$ npm install @prestashopcorp/puik-theme --save

# Yarn
$ yarn add @prestashopcorp/puik-theme

# pnpm
$ pnpm install @prestashopcorp/puik-theme

Or include the CSS in your HTML by using the CDN

<link
  rel="stylesheet"
  href="https://unpkg.com/@prestashopcorp/puik-theme/dist/index.css"
/>

Usage

Once the CSS styles are loaded using the CDN or by importing the library, you can start using all the classes prefixed by puik-

<button class="puik-button puik-button--primary">Example button</button>

FAQs

Package last updated on 04 Jun 2025

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