Data Catalog Components
Edit page
HomeComponentsServicesTemplates
Components
Services
Templates

Data Catalog Components

A set of React components to facilitate the creation of Open Data Catalogs with React.

Components

Components are the building blocks of the library. Most components should be able to be used independently on your site.

Services

Services are mainly functions, classes, and config that components may use. The Search and Resource components are built using React's useContext and useReducer hooks. Services holds the reducer and actions for each of these components.

Templates

Templates are components that have basic styling and layout. Usually these components will consist of multiple components in the library that are setup and ready to use. You can either pull these components into your own project using an import statement or copy and paste the component rewriting the imports and customizing it to match the style of your site.