Huge News!Announcing our $40M Series B led by Abstract Ventures.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
  • Socket score

Version published
Maintainers
4
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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc