PUIK theme - CSS classes of Prestashop UI Kit.
npm install @prestashopcorp/puik-themePuik Theme is a Css library that contains all the CSS classes used to create the Vue Components.
Install the @prestashopcorp/puik-theme package and import the css files you need
``shNPM
$ npm install @prestashopcorp/puik-theme --save
Or include the CSS in your HTML by using the CDN
`html
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-`html
``