From b9aaec1016ba319cc7d7af67b8c78ff85c51fe81 Mon Sep 17 00:00:00 2001 From: onesine Date: Tue, 22 Nov 2022 11:50:29 +0100 Subject: [PATCH] =?UTF-8?q?Update=20readme=20file=20=F0=9F=93=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3da03dd..fab7982 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ This table shows all the options available in react-tailwindcss-select. | [`onChange`](#onChange) | `Function` | | This callback, if present, is triggered when the select field value is modified. | | [`options`](#options) | `Array` | `[]` | All options or options groups available in the selection field. | | `placeholder` | `String` | `Select...` | The placeholder shown for the select field. | +| `primaryColor` | `String` | `blue` | Default theme of the field. | | `searchInputPlaceholder` | `String` | `Search...` | The placeholder shown for the search input field. | | [`value`](#value) | `Object` | `null` | Current value of select field. |