A React component library providing a set of reusable UI elements for the Global Fishing Watch ecosystem.
This library contains common UI components used across Global Fishing Watch applications. It is built with React and styled using CSS modules.
See the components folder for the available components.
The library includes a base CSS file (base.css) that defines the base styles for the components and apps.
yarn add @globalfishingwatch/ui-componentsimport { Button } from '@globalfishingwatch/ui-components'
return <Button>Click me</Button>nx build ui-components
nx publish ui-componentsMIT