We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1166939 commit a44068fCopy full SHA for a44068f
README.md
@@ -1,5 +1,7 @@
1
# React Sortable Tree
2
3
+__Note: This is a work in progress; most of the features are not yet implemented.__
4
+
5
[DEMO](https://fritz-c.github.io/react-sortable-tree/)
6
7
### Features
src/examples/basicExample/app.js
@@ -86,6 +86,7 @@ const App = React.createClass({
86
</section>
87
88
<section className={styles['main-content']}>
89
+ <span style={{ color: 'firebrick' }}>Note: This is a work in progress; most of the features are not yet implemented.</span>
90
<h3>Demo</h3>
91
92
<SortableTree
0 commit comments