Socket
Socket
Sign inDemoInstall

@appbaseio/enterprise-search-ui

Package Overview
Dependencies
7
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
40
increased by185.71%
Maintainers
4
Created
Weekly downloads
 

Readme

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

Last updated on 09 Mar 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc