Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.libraria.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Oracle component offers an FAQ (Frequently Asked Questions) interface, allowing users to access common questions and their answers. It can be displayed in a compact mode, providing a more concise view of the questions.

Usage

import { LibrariaOracle } from '<path_to_your_exports>';

<LibrariaOracle 
  anonKey="your_anon_key" 
  isCompact={true}
/>

Props

anonKey
string
An anonymous key for identification.
isCompact
boolean
Determines if the Oracle (FAQ) component should be displayed in a compact mode. When set to true, the component will present a more streamlined view, ideal for smaller spaces or when you want to prioritize content brevity.
=