@whitewall/blip-ds
v1.310.8
Published
Blip Design System
Downloads
261
Readme
This fork provides newer versions of stencil and vite support.
Commands to update
npm i
npm run build
npm publishSvelte IntelliSense support
This package ships Svelte-friendly type declarations and VS Code custom HTML data:
@whitewall/blip-ds/loader-> includestypes/loader-svelte.d.ts@whitewall/blip-ds/svelte-elements-> augmentssvelte/elements@whitewall/blip-ds/vscode.html-data.json-> component tags/props/events/value suggestions
In Svelte projects, add:
src/app.d.ts
/// <reference types="@whitewall/blip-ds/loader" />.vscode/settings.json
{
"html.customData": ["./node_modules/@whitewall/blip-ds/types/vscode.html-data.json"]
}Then restart the Svelte language server in VS Code.
