
Security News
Python Adopts Standard Lock File Format for Reproducible Installs
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
@oslokommune/punkt-vue2
Advanced tools
Vue2 komponentbibliotek til Punkt, et designsystem laget av Oslo Origo
Dette repoet inneholder Punkt sine UI-komponenter for Vue 2.6+. Vue 3 finner du i pakken som heter "punkt-vue". Komponentene er laget for å fungere sammen med @oslokommune/punkt-assets
og @oslokommune/punkt-css
.
Se punkt-vue2 i bruk i en Vite-app med vue2-plugin
Peer dependencies:
18.19
>= 2.6.12 < 3.0.0
>= 1.0
>= 1.0
npm add @oslokommune/punkt-vue2
/* src/main.js
Velg å installere hele bundlen */
import Vue from 'vue'
import PktVue from '@oslokommune/punkt-vue2'
Vue.use(PktVue)
/* eller kun individuelle komponenter (med ikoner)*/
import Vue from 'vue'
import { PktHeader, PktFooter, PktIcon } from '@oslokommune/punkt-vue2'
Vue.component('pkt-header', PktHeader)
Vue.component('pkt-footer', PktFooter)
Vue.component('pkt-icon', PktIcon)
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.
For beskrivelse av hvordan ta i bruk hver enkelt komponent se om komponenter.
Punkt bruker Semantic Versioning 2.0.0 for versjonering av pakkene.
Punkt
er distribuert under MIT-lisens for åpen kildekode.
FAQs
Vue2 komponentbibliotek til Punkt, et designsystem laget av Oslo Origo
We found that @oslokommune/punkt-vue2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
Security News
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.