VS Code styled Fluent UI components for React. Wraps Fluent UI v9 components and applies VS Code theme-based styling through bundled CSS modules.
npm install vsc-ui-react
@fluentui/react-components,react, andreact-domare peer dependencies and will be installed automatically (npm v7+).
import { VscButton } from 'vsc-ui-react';
export function Example() {
return (
<VscButton appearance="primary" compact>
Save
</VscButton>
);
}VscButton— VS Code styled button
See CONTRIBUTING.md for development setup and publishing instructions.