Skip to content
On this page

Installation

INFO

Laufsteg itself is framework agnostic and therefore there are seperate packages dependant on the package you are using.

Vanilla JS/TS

Base package that can be used in Vanilla TS/JS projects.

Package-Manager

bash
# pnpm
pnpm add laufsteg

# npm
npm i laufsteg

CDN

html
<script src="https://unpkg.com/laufsteg"></script>

This exposes laufsteg globally via window.laufsteg

React

Wrapper component for React.

Package

bash
# pnpm
pnpm add laufsteg-react

# npm
npm i laufsteg-react

Vue

Wrapper component for Vue.

Package

bash
# pnpm
pnpm add laufsteg-vue

# npm
npm i laufsteg-vue