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

@wix/design-system-illustrations

Package Overview
Dependencies
Maintainers
22
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/design-system-illustrations

Wix Design System Illustrations

latest
npmnpm
Version
1.24.0
Version published
Maintainers
22
Created
Source

@wix/design-system-illustrations

A collection of Wix Design System illustrations as React components.

Installation

yarn add @wix/design-system-illustrations

Usage

import { TransitionIn } from '@wix/design-system-illustrations';

const MyComponent = () => (
  <div>
    <TransitionIn />
  </div>
);

All components accept standard SVG props, so you can override dimensions, add classes, etc.:

<TransitionIn width={120} height={100} className="my-illustration" />

Contributing

See CONTRIBUTING.md for the build pipeline, project structure, and design decisions.

FAQs

Package last updated on 13 Mar 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