Skip to content

Commit a44068f

Browse files
committed
Add WIP warning
1 parent 1166939 commit a44068f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# React Sortable Tree
22

3+
__Note: This is a work in progress; most of the features are not yet implemented.__
4+
35
[DEMO](https://fritz-c.github.io/react-sortable-tree/)
46

57
### Features

src/examples/basicExample/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ const App = React.createClass({
8686
</section>
8787

8888
<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>
8990
<h3>Demo</h3>
9091

9192
<SortableTree

0 commit comments

Comments
 (0)