react-form-builder icon indicating copy to clipboard operation
react-form-builder copied to clipboard

Full list data for standard components

Open HuyvictoryTego opened this issue 2 years ago • 3 comments

Can I have the full list of standard components (in json form) of the toolbar. So that I could use some of those for my customized toolbar. Here is the currrent list on npmjs image

HuyvictoryTego avatar Oct 17 '23 16:10 HuyvictoryTego

Have you found an update to this? I'm trying to find the component name for Date

medic345 avatar Nov 21 '23 00:11 medic345

No updates for now. Currently using on everything provided on the npmjs document

HuyvictoryTego avatar Dec 10 '23 15:12 HuyvictoryTego

You can build json with keys extract from this function - https://github.com/Kiho/react-form-builder/blob/master/src/toolbar.jsx#L95

Kiho avatar Dec 18 '23 07:12 Kiho