Welcome to @warp-ds/vue, 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.
If you'd like to contribute to @warp-ds/vue
,
start by reviewing the contributing guidelines.
Install by using npm/pnpm or by adding a script link:
npm install @warp-ds/vue
pnpm add @warp-ds/vue
<script src="https://assets.finn.no/pkg/@warp-ds/vue/v1"></script>
For information on the components available in the package and how to use them, see the Warp Design System documentation.
Storybook can be started by running pnpm storybook
.
This project is continuously published to NPM and Eik using a next
tag (e.g. 1.1.0-next.1
).
Anyone needing to use the latest changes of this package can point to the next
version while waiting for the stable release.
Detailed changes for each release can be found in the CHANGELOG file.
Currently Crowdin has a bug that makes the synchronize-with-crowdin build step fail in the next-branch. Crowdin does some extra pre-processing of uploaded files, and their processor breaks with obsolete strings syntax in the .po-files.
A temporary fix to this is to run
pnpm lingui extract --clean
This command should no longer be necessary to run once the bug in Crowdin is fixed.
@warp-ds/vue is available under the Apache-2.0 software license.