Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fmrib/widgets

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fmrib/widgets

A library of React material widgets common across FSL GUIs

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

widgets

This is the widgets FSL React component library. Most widgets build on the React MUI library. These components are intended to be used in the FSL React web-based GUIs.

Development

Prerequisites

It is assumed that your development machine is either a Mac or Linux machine.

Setup

Clone and cd into this repo

git clone https://git.fmrib.ox.ac.uk/fsl/gui/widgets.git

cd widgets

Install dependencies via npm

npm install

Building

To build the library, run the following command:

npm run build

Important: when building, some packages are externalised. This means that they are not bundled with the library. Instead, they are expected to be provided by the consuming application (but they are also listed as dependencies of this library, so should get installed via npm install). The following packages are externalised: react, @mui/material, @mui/icons-material, @emotion/react

Publishing

Publishing is a manual process until the proper CI/CD pipeline is in place. To publish, run the following command:

npm run pub

FAQs

Package last updated on 07 Nov 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc