New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@drivenets/vite-plugin-design-system

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drivenets/vite-plugin-design-system

This Vite plugin automatically includes the necessary font links for the DriveNets Design System in your Vite-powered application.

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
2
Created
Source

DriveNets Design System Vite Plugin

This Vite plugin automatically includes the necessary font links for the DriveNets Design System in your Vite-powered application.

Installation

First, install the package via your preferred package manager:

npm install @drivenets/vite-plugin
# or
pnpm install @drivenets/vite-plugin
# or
yarn add @drivenets/vite-plugin

Usage

To use the plugin, add it to your Vite configuration file (e.g. vite.config.ts):

import { defineConfig } from 'vite';
import { vitePluginDesignSystem } from '@drivenets/vite-plugin';

export default defineConfig({
  // ... your config
  plugins: [vitePluginDesignSystem()],
});

This will automatically inject the required font links into the <head> section of your index.html file during the build process.

FAQs

Package last updated on 15 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts