Socket
Book a DemoInstallSign in
Socket

react-autocomplet-groupby

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

react-autocomplet-groupby

Easy search single array or array of array value.

unpublished
latest
Source
npmnpm
Version
0.1.25
Version published
Maintainers
1
Created
Source

React Autocomplet Groupby

Easy search single array or array of array value.

Installation

npm i react-autocomplet-groupby
or
yarn add react-autocomplet-groupby

Usage

import * as LibraryComponents from 'react-autocomplet-groupby';
const array: [
  {
    name: 'Collection',
    title: 'Master Setup',
    children: [{ name: 'Banner', title: 'Banner' }],
  }
];
<LibraryComponents.Molecules.AutocompleteGroupBy data={array} />;

Outputs

☆━━━━━━━━━━━━━━━━━━━☆☆━━━━━━━━━━━━━━━━━━━☆ Mobile No: +91 9260303151
Email Id: onlyappasaheb4@gmail.com
Github: www.github.com/appasaheb4
Website: www.tech-abl.com ☆━━━━━━━━━━━━━━━━━━━☆☆━━━━━━━━━━━━━━━━━━━☆

Contributes / Support

  • More content here : https://www.youtube.com/tech-abl

  • Submit your pr for idea / issue / feature

    How To Contribute

    - Fork and clone this repository
    - Make some changes as required
    - Write unit test to showcase its functionality
    - Run the test suites to make sure it's not breaking anything `$ npm test`
    - Submit a pull request under `dev` branch
    

😊 ALWAYS WELCOME 😊

Keywords

react

FAQs

Package last updated on 29 Apr 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