Socket
Book a DemoInstallSign in
Socket

@xyflow/xy-ui

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyflow/xy-ui

![xyflow](https://github.com/xyflow/web/assets/2857535/36a86114-e925-4669-a2dd-d0ae35cce76d)

latest
npmnpm
Version
0.0.12
Version published
Maintainers
2
Created
Source

xyflow

@xyflow/xy-ui

This package is used internally at xyflow.com, reactflow.dev and svelteflow.dev for UI components.

Usage with Nextjs and Tailwind

The UI components are meant to be used within a nextjs app. You need to adjust the next.config.js, so that this package gets transpiled:

...
transpilePackages: ['@xyflow/xy-ui']
...

You also need to adjust tailwind.config.js, so that tailwind handles the class names used in this package:

content: {
  ...
  'node_modules/@xyflow/xy-ui/components/**/*.{js,ts,jsx,tsx,mdx}',
}

FAQs

Package last updated on 15 Jul 2025

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