Notice: This module has been discontinued.
This module is a collection of re-usable React component that Jellyfish uses to build all of its official user interfaces.
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>
}
}