Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 9631fad

Browse files
author
rohandeshpande
committed
Added line about animation missing from implementation
1 parent 33be53f commit 9631fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ A simple text input component that can be used to mutate strings.
185185

186186
## What's missing
187187

188-
There are still a few features from the original implementation missing from this package. These are mainly related to saving and loading data as well as local storage.
188+
There are still a few features from the original implementation missing from this package. These are mainly related to saving and loading data as well as local storage. Animations for folder expanding/collapsing is also not currently implemented, but shouldn't be too hard to do.
189189

190190
For the first, I think the fact that this is now an NPM module sort of goes against it handling this sort of stuff. Google's original concept was basically a plug and play controller that could do everything if you just slam it into the browser and pass it an object. However, in module form, it's expected that you'll most likely be integrating this with an existing application. In that case, you'll probably have pretty specific needs around how you would like to save/load data into your GUI and so it's been left out for now.
191191

0 commit comments

Comments
 (0)