1.15.0 • Published 1 day ago

@prestashopcorp/puik v1.15.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 day ago

About The Project

Puik is a library that aims to provide a complete set of reusable components based on the PrestaShop Design System for all the PrestaShop ecosystem. This packages includes the following packages:

Prerequisites

  • Node.js LTS is required.

Installation

# chose your favorite package manager
# NPM
$ npm install @prestashopcorp/puik --save

# Yarn
$ yarn add @prestashopcorp/puik

# pnpm
$ pnpm install @prestashopcorp/puik

Usage

Imports

For the usage you can refer to the other packages README, the only thing that will change is the import path, you will use @prestashopcorp/puik instead of the specific package name (that doesn't apply to @prestashopcorp/puik-theme)

Full import

If you don't care about bundle size you can full import the library by following these instructions

Import the vue library and the css directly into your main.js / main.ts

import { createApp } from 'vue'
import Puik from '@prestashopcorp/puik'
import '@prestashopcorp/puik-theme/index.css'
import App from './App.vue'

const app = createApp(App)

app.use(Puik)
app.mount('#app')

If you are using Volar you need to add the global component type definitions to your tsconfig.json

// tsconfig.json
{
  "compilerOptions": {
    "types": ["@prestashopcorp/puik/global"]
  }
}
2.0.0-beta.4

1 day ago

1.15.0

1 month ago

1.14.2

2 months ago

2.0.0-beta.3

2 months ago

2.0.0-beta.1

2 months ago

1.14.1

3 months ago

1.14.0

3 months ago

1.13.0

3 months ago

1.12.1

4 months ago

1.12.0

4 months ago

1.11.0

4 months ago

1.10.1

5 months ago

1.10.0

6 months ago

1.8.2

6 months ago

1.5.5

7 months ago

1.9.0

6 months ago

1.8.1

6 months ago

1.5.4

9 months ago

1.8.0

6 months ago

1.5.3

9 months ago

1.7.0

7 months ago

1.6.1

7 months ago

1.5.2

9 months ago

1.6.0

7 months ago

1.5.1

11 months ago

1.5.0

11 months ago

1.8.3

6 months ago

1.4.0

11 months ago

1.3.0

12 months ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.9.0

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

2 years ago

0.2.0

2 years ago