iannbing / react-simple-tree-menu

A simple React tree menu component
MIT License
135 stars 48 forks source link

Placeholder text in searchbox - translations #190

Open wuujcik opened 3 years ago

wuujcik commented 3 years ago

Hello, is it possible to change the text in the searchbox while using the simple basic UI? I would like to support language translations supported and this is the only blocker I have.

iannbing commented 3 years ago

Unfortunately there's no out-of-box solution. But the built-in UI components are also exported. See README.

// you can import and extend the default minial UI
import TreeMenu, { defaultChildren, ItemComponent } from 'react-simple-tree-menu';

And then you can quickly re-build it and customize the part you want.