🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@balena/jellyfish-ui-components

Package Overview
Dependencies
Maintainers
1
Versions
3497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/jellyfish-ui-components

UI components library for Jellyfish

15.0.12
latest
Source
npm
Version published
Weekly downloads
30
130.77%
Maintainers
1
Weekly downloads
 
Created
Source

Notice: This module has been discontinued.

Jellyfish UI Components

This module is a collection of re-usable React component that Jellyfish uses to build all of its official user interfaces.

Usage

Below is an example how to use this library:

import {
	Link
} from '@balena/jellyfish-ui-components'

const RENDERERS = {
	name: (name, item) => {
		return <Link append={item.slug || item.id}>{name}</Link>
	}
}

FAQs

Package last updated on 29 Mar 2022

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