Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 622 Bytes

localization.stories.mdx

File metadata and controls

23 lines (18 loc) · 622 Bytes

import { Meta } from "@storybook/addon-docs";

🌐 Localization

You can easily Internationalize this component by passing prop overrideStrings so that UI strings can be presented in a different language

default values for overrideStrings are as below

{
  "allItemsAreSelected": "All items are selected.",
  "clearSearch": "Clear Search",
  "clearSelected": "Clear Selected",
  "noOptions": "No options",
  "search": "Search",
  "selectAll": "Select All",
  "selectAllFiltered": "Select All (Filtered)",
  "selectSomeItems": "Select...",
  "create": "Create",
}