⚠️ 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.
npm install @kit-data-manager/react-fairdo-search
Styling is done using tailwind and css variables. Feel free to override these variables in your own CSS.
Install dependencies with
npm install
Run development server with
npm run storybook:dev