Skip to content

Commit 3555a87

Browse files
authored
Merge pull request marmelab#10736 from huyanhvn/add-third-party-component-to-docs
[Doc] Add a new third-party component `huyanhvn/react-admin-clipboard-field`
2 parents 5a65c3b + e17f61f commit 3555a87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/Fields.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,10 @@ const AuthorField = () => {
615615

616616
You can find components for react-admin in third-party repositories.
617617

618-
- [OoDeLally/react-admin-clipboard-list-field](https://github.com/OoDeLally/react-admin-clipboard-list-field): a quick and customizable copy-to-clipboard field.
619618
- [MrHertal/react-admin-json-view](https://github.com/MrHertal/react-admin-json-view): JSON field and input for react-admin.
620-
- [alexgschwend/react-admin-color-picker](https://github.com/alexgschwend/react-admin-color-picker): a color field
619+
- [alexgschwend/react-admin-color-picker](https://github.com/alexgschwend/react-admin-color-picker): a color field.
620+
- [huyanhvn/react-admin-clipboard-field](https://github.com/huyanhvn/react-admin-clipboard-field): a wrapper to TextField that copies field content to clipboard.
621+
- [OoDeLally/react-admin-clipboard-list-field](https://github.com/OoDeLally/react-admin-clipboard-list-field): copy various formats of the same value to clipboard.
621622

622623
## TypeScript
623624

0 commit comments

Comments
 (0)