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

vsc-ui-react

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vsc-ui-react

VS Code styled Fluent UI components for React.

latest
npmnpm
Version
0.0.10
Version published
Maintainers
1
Created
Source

vsc-ui-react

VS Code styled Fluent UI components for React. Wraps Fluent UI v9 components and applies VS Code theme-based styling through bundled CSS modules.

Install

npm install vsc-ui-react

@fluentui/react-components, react, and react-dom are peer dependencies and will be installed automatically (npm v7+).

Usage

import { VscButton } from 'vsc-ui-react';

export function Example() {
  return (
    <VscButton appearance="primary" compact>
      Save
    </VscButton>
  );
}

Components

  • VscButton — VS Code styled button

Contributing

See CONTRIBUTING.md for development setup and publishing instructions.

Keywords

react

FAQs

Package last updated on 02 Apr 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