Warp-ds Elements
Welcome to @warp-ds/elements,
a collection of Vue3 components for building user interfaces based on the Warp Design System.
This repository is maintained by the Warp Core Team
and is home to the @warp-ds/vue library.
How to contribute
If you'd like to contribute to @warp-ds/elements
,
start by reviewing the contributing guidelines.
How to use
Installation
Install by using npm/pnpm or by adding a script link:
Install using npm
npm i -S @warp-ds/elements
Install using pnpm
pnpm add @warp-ds/elements
Using a direct link to Eik
<script src="https://assets.finn.no/pkg/@warp-ds/elements/v1"></script>
Documentation
For information on the components available in the package and how to use them,
see the Warp Design System documentation.
Releases
This project is currently in alpha.
Continuously published to NPM and Eik using an alpha
tag (e.g. 1.0.0-alpha.1
).
Anyone needing to start using the package before the first major release can install the alpha
version while waiting for the first stable version.
Changelog
Detailed changes for each release can be found in the CHANGELOG file.
License
@warp-ds/elements is available under the Apache-2.0 software license.