From f71698bf9db94af78807e850345bcadac36c6592 Mon Sep 17 00:00:00 2001 From: Harshith Iyer Date: Thu, 6 Jul 2023 21:04:23 -0400 Subject: [PATCH] added link to list of components --- docs/pages/styles/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/styles/index.tsx b/docs/pages/styles/index.tsx index e113c6e997..9d960e0a6e 100644 --- a/docs/pages/styles/index.tsx +++ b/docs/pages/styles/index.tsx @@ -111,6 +111,8 @@ export default function Styles() { + Note that this list overlaps with the list of customisable and switchable components listed [here](/components). + ## The classNamePrefix prop If you provide the \`classNamePrefix\` prop to React Select, all inner elements will be given a className with the provided prefix.