0.5.5 • Published 9 months ago

@nmfs-radfish/react-radfish v0.5.5

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

react-radfish

NPM Version

The react-radfish NPM package contains the React component library needed to power any RADFish project built with React or React flavored framework (like Remix or Next.js). The idea is that these modules expose components that can be used in a consistent fashion across different React projects.

Note that this library is not meant to replace the @trussworks library, and is meant to live alongside it. Where possible, you should look to leverage the @trussworks library. However, if there is a component not exposed by @trussworks, or there is some shortcoming with the @trussworks implementation, you can rely on the components exposed from the @nmfs-radfish/react-radfish package.

Installation

Install Radfish with npm:

npm install @nmfs-radfish/react-radfish

This library is open source and can be found here: https://www.npmjs.com/package/@nmfs-radfish/react-radfish

Usage

React-Radfish provides components like Application Container, DatePicker, and Table, which simplify building NOAA-themed applications.

import { Application, DatePicker, Table } from '@nmfs-radfish/react-radfish';

function MyApp() {
  return (
    <Application>
      <DatePicker />
      <Table data={tableData} columns={tableColumns} />
    </Application>
  );
}

export default MyApp;

For detailed documentation on these custom components, please visit the React-Radfish Design System Documentation.

Contributing

Contributions are welcome! If you would like to contribute, please read our contributing guide and follow the steps.

0.5.4

9 months ago

0.5.3

9 months ago

0.5.5

9 months ago

0.5.2

10 months ago

0.5.1

10 months ago

0.4.10

1 year ago

0.4.9

1 year ago

0.4.8

1 year ago

0.4.11

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.5.0

11 months ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.1.0

1 year ago