11.12.3 • Published 4 days ago

@oslokommune/punkt-vue v11.12.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

Bruk av punkt-vue

Dette repoet inneholder Punkt sine UI-komponenter for Vue 3. Komponentene er laget for å fungere sammen med @oslokommune/punkt-assets og @oslokommune/punkt-css.

📝 Forutsetninger

Peer dependencies:

  • nodejs 18.19
  • vue >= 3.0.0
  • @oslokommune/punkt-assets >= 1.0
  • @oslokommune/punkt-css >= 1.0

🚀 Kom i gang - npm

1. Installer komponentbiblioteket

npm add @oslokommune/punkt-vue

2. Importer komponentene

/* src/main.js

Velg å installere hele bundlen */
import { createApp } from 'vue'
import PktVue from '@oslokommune/punkt-vue'

const app = createApp({})

app.use(PktVue)

/* eller kun individuelle komponenter (med ikoner)*/
import { createApp } from 'vue'
import { PktHeader, PktFooter, PktIcon } from '@oslokommune/punkt-vue'

const app = createApp({})

app.component('pkt-header', PktHeader)
app.component('pkt-footer', PktFooter)
app.component('pkt-icon', PktIcon)

🟪 Ikoner

Alle våre komponenter bruker PktIcon-komponenten for å importere ikonene via vår CDN.

Om du har en content security policy(CSP) satt opp må du åpne for https://punkt-cdn.oslo.kommune.no/ i din CSP.

Les mer om ikoner her.

🧩 Komponentbiblioteket

For beskrivelse av hvordan ta i bruk hver enkelt komponent se om komponenter.

🔢 Versjonering

Punkt bruker Semantic Versioning 2.0.0 for versjonering av pakkene.

👮 Lisens

Punkt er distribuert under MIT-lisens for åpen kildekode.

NPM License

11.12.3

4 days ago

11.12.1

5 days ago

11.11.0

16 days ago

11.10.1

22 days ago

11.10.0

2 months ago

11.9.4

2 months ago

11.9.3

2 months ago

11.9.1

2 months ago

11.9.2

2 months ago

11.9.0

2 months ago

11.8.1

2 months ago

11.8.0

2 months ago

11.7.1

3 months ago

11.7.0

3 months ago

11.6.0

3 months ago

11.5.2

3 months ago

11.5.3

3 months ago

11.5.1

3 months ago

11.5.0

3 months ago

11.4.9

3 months ago

11.4.8

3 months ago

11.4.3

3 months ago

11.4.6

3 months ago

11.4.7

3 months ago

11.4.4

3 months ago

11.4.5

3 months ago

11.4.1

3 months ago

11.4.0

3 months ago

11.2.2

4 months ago

11.2.0

4 months ago

11.3.0

4 months ago

11.2.1

4 months ago

11.1.1

4 months ago

11.1.0

4 months ago

11.0.3

4 months ago

11.0.2

4 months ago

11.0.1

4 months ago

11.0.0

5 months ago

9.6.0

5 months ago