javascript - DAT.gui - production ready alternative -
i happy user of dat.gui local debugging , controls of charts i'm working on, need has same functionality
- control int or float range slider
- pick color
but need bit more customizable can style match our product , add new features.
is there out there?
since dat.gui fulfills needs best bet stick it. it's licensed under apache license v2 free modify it, make closed-source project, etc. can release new code under different license (see wiki license comparisons).
as changing styling , adding features, there's nothing stopping adding own css styles override defaults, or adding own js features.
edit: looking @ source, appears styles set in style.scss
file in gui
directory. edit , re-build it, or mess output css file , re-compile whole package (the source page has instructions this).
Comments
Post a Comment