2.2.0 • Published 10 months ago
@prestashopcorp/puik-theme v2.2.0
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>
2.2.0
10 months ago
2.1.0
12 months ago
2.0.1
1 year ago
2.0.0
1 year ago
2.0.0-beta.4
1 year ago
2.0.0-beta.3
1 year ago
2.0.0-beta.2
1 year ago
2.0.0-beta.0
1 year ago
0.0.1
2 years ago