From 3fb080a6c4ab68038a7dd14a33b3586433f25180 Mon Sep 17 00:00:00 2001 From: Shir Brass Date: Mon, 31 Dec 2018 00:02:49 +0200 Subject: [PATCH] add React Beautiful DnD Example to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 410f74d..75cfa38 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ const MyForm = () => ( - [Table of Contents](#table-of-contents) - [Examples](#examples) - [Simple Example](#simple-example) + - [React Beautiful DnD Example](#react-beautiful-dnd-example) - [Rendering](#rendering) - [API](#api) - [`FieldArray : React.ComponentType`](#fieldarray--reactcomponenttypefieldarrayprops) @@ -135,6 +136,10 @@ const MyForm = () => ( Demostrates how to use `` to render an array of inputs, as well as use `push`, `pop`, and `remove` mutations. +### [React Beautiful DnD Example](https://codesandbox.io/s/8k0ykyr7z9) + +Demostrates how to integrate the simple example with [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) + ## Rendering There are three ways to tell `` what to render: