@balena/jellyfish-ui-components
TypeScript icon, indicating that this package has built-in type declarations

15.0.12 • Public • Published

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>
	}
}

Readme

Keywords

none

Package Sidebar

Install

npm i @balena/jellyfish-ui-components

Weekly Downloads

2

Version

15.0.12

License

Apache-2.0

Unpacked Size

647 kB

Total Files

305

Last publish

Collaborators

  • dfunckt
  • page
  • balena.io