Skip to content

kit-data-manager/react-fairdo-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fairdo-elastic-search

Static Badge Node.js CI NPM Type Definitions

⚠️ This component is in active development. Consider it not ready for production.

All-in-one React component for rendering an elastic search UI based on the provided configuration. Includes an interactive graph of related records.

This is an ESM Module intended for use in modern React applications. Make sure your bundler supports importing CSS files in JavaScript/TypeScript. Next.js is supported out of the box.

Installation

  npm install @kit-data-manager/react-fairdo-search

Docs

Visit the Storybook

Customization

Styling is done using tailwind and css variables. Feel free to override these variables in your own CSS.

Development

Install dependencies with

    npm install

Run development server with

    npm run storybook:dev