New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@dfx.swiss/react-components

Package Overview
Dependencies
Maintainers
2
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfx.swiss/react-components

React UI components for DFX.swiss

Source
npmnpm
Version
1.3.0-beta.275
Version published
Weekly downloads
472
863.27%
Maintainers
2
Weekly downloads
 
Created
Source

React Components

React UI components for DFX.swiss

To test the components in a project, you can use npm link to link the local package to the project.

  • To avoid conflicts with the package name, you can change the package name in the package.json file, e.g. to 'react-components-local'
  • Build the packages using npm run build in the root directory.
  • Link the package using npm link in the package directory, i.e. cd packages/react-components && npm link.
  • In the project where you want to test the package, link the package using npm link <package-name>, i.e. npm link react-components-local.
  • Import the component in the project using the package name, e.g. import { StyledTabContentWrapper } from 'react-components-local'.
  • To unlink the package, use npm unlink <package-name>.

Note that at any time you can view linked packages using npm ls --global --depth=0 --link=true. When you're done, remember to revert the package name in the package.json file.

FAQs

Package last updated on 21 Apr 2026

Related posts