🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More
Socket
Sign inDemoInstall
Socket

@appbaseio/enterprise-search-ui

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appbaseio/enterprise-search-ui

The TSDX bootstrapped package is a react based components library. IIt is built for the purpose of using components in a search app developed using Appbase.io UI-Builder.

1.1.1
latest
npm
Version published
Weekly downloads
14
16.67%
Maintainers
4
Weekly downloads
 
Created
Source

@appbaseio/enterprise-search-ui

The TSDX bootstrapped package is a react based components library. IIt is built for the purpose of using components in a search app developed using Appbase.io UI-Builder.

Components

  • <ProfilePage /> The Profile page component is built to display users' profile data and relevant information.

    export interface IProfilePageProps {
      preferences?: GenericObject;
      url: String;
      credentials: String;
      userId: String;
      tabs: Array<ProfileTabsValues>;
      showProfileData?: Boolean;
      allowProfileEdit?: Boolean;
      showThemeSettings?: Boolean;
      showSearchSettings?: Boolean;
      showCloseAccount?: Boolean;
      onProfileFetch?: (userData: GenericObject) => void;
      onProfileSave?: (updatedUserData: GenericObject) => void;
    }
    

    ezgif com-gif-maker

  • <ResultsLayoutByCategory /> This is a wrapper component to ReactiveList that displays result items based on a category configured within the UI builder.

    export interface IResultsLayoutByCategoryProps {
      preferences?: GenericObject;
      componentProps: object;
      renderItem(data: object): void;
      render(hits: Array<any>): void;
    }
    

FAQs

Package last updated on 09 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts