Skip to content

Latest commit

 

History

History

README.md

@globalfishingwatch/ui-components

A React component library providing a set of reusable UI elements for the Global Fishing Watch ecosystem.

Overview

This library contains common UI components used across Global Fishing Watch applications. It is built with React and styled using CSS modules.

Available components

See the components folder for the available components.

Styling

The library includes a base CSS file (base.css) that defines the base styles for the components and apps.

Installation

yarn add @globalfishingwatch/ui-components

Usage example

import { Button } from '@globalfishingwatch/ui-components'

return <Button>Click me</Button>

Build and publish

nx build ui-components
nx publish ui-components

License

MIT