DEV Community

Cover image for Noodel.js, a beautiful, intuitive user interface for content trees

Noodel.js, a beautiful, intuitive user interface for content trees

Jonny Lu on September 24, 2020

Hello DEV community! I'm here to share my project, Noodel, a user interface for presenting hierarchical content. It is based on a 4-way scroll-sna...
Collapse
 
lucks profile image
Lucks

Nice, it's possible to add content from json?

Collapse
 
zlu883 profile image
Jonny Lu

You can construct the content model based on plain JavaScript objects so it should be relatively simple to parse it from json. Although the content itself will need to be defined in HTML strings (if you want to build complex content).

Collapse
 
devworkssimone profile image
DevWorksSimone

This look wow ✌

Collapse
 
saulburgos profile image
Saul Burgos Davila

Congratulations .... I will use your projects for something that I have in mind

Collapse
 
zlu883 profile image
Jonny Lu

Thank you, I hope you like it!

If you make something cool with Noodel and want it to be featured with the project, please let me know 😃

Collapse
 
bramleydev profile image
Anthony Bramley

Woah that looks amazing! Where does one get such talent?

Collapse
 
zlu883 profile image
Jonny Lu

Thank you for your kind words 😊

Collapse
 
alexnaiman profile image
Alexandru Naiman

Really love it! Works really smooth 😄

Collapse
 
zlu883 profile image
Jonny Lu

Thank you! Trying to optimize performance for this is really quite tricky, it's still a work in progress.

Collapse
 
prabhuignoto profile image
Prabhu Murthy

looks really good.

Collapse
 
zlu883 profile image
Jonny Lu

Thank you Prabhu!