@nylas/components-contacts-search

1.1.3 • Public • Published

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 yarn

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @nylas/components-contacts-search

      Weekly Downloads

      9

      Version

      1.1.3

      License

      none

      Unpacked Size

      106 kB

      Total Files

      7

      Last publish

      Collaborators

      • b3ndoi
      • krisgardiner
      • nylas-admin
      • poojaguggari
      • sourcesoft
      • ozsivanov
      • mrashed-dev