Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.32 KB

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