Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nylas/components-contacts-search

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nylas/components-contacts-search

> This document is still work in progress!

  • 0.0.16-alpha.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-87.8%
Maintainers
4
Weekly downloads
 
Created
Source

Composer

This document is still work in progress!

Contacts autocomplete component is used for finding contacts.

Installation

You can use composer in two ways:

  • via CDN
  • install using npm

Props

Component accepts next props:

Data:

  • id
  • change
  • contacts - can be an array of contacts or an API function call
  • value - initial selected contacts can have contacts not in contacts prop
  • placeholder - input placeholder
  • single - if true user can select only one contact
  • theme

Contacts structure example

[
  {
    "email": "example@nylas.com",
    "name": "John" // Not required
    ...args
  }
]

Styling

  • Composer can be styled by choosing theme or
  • Providing a stylesheet with css variables

Demos

  • React Demo
  • Svelte Demo
  • Vue Demo
  • Storybook

FAQs

Package last updated on 14 Dec 2020

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