Skip to content

Getting Started

Installation

bash
npm install wirekit

Schnellstart

ts
import { MeineKomponente } from 'wirekit'

// Verwendung
const app = new MeineKomponente({
  theme: 'default',
})

Nächste Schritte

Released under the MIT License.