naver / egjs-axes

A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates.
https://naver.github.io/egjs-axes/
MIT License
179 stars 31 forks source link

docs: add option document and demo sample code #200

Closed malangfox closed 2 years ago

malangfox commented 2 years ago

Details

This adds additional documents including sample codes.

Demo for each options

https://malangfox.github.io/egjs-axes/Options

Sample code added with demos

https://malangfox.github.io/egjs-axes/docs/axes

Additional issues

Since react-axes and require additional support when many instances are used at the same view, these Bubble, Schedule, NestedAxes demos does not include sample code yet.

Further works

I want to create an Axes Playground page using interactive code editor, supporting a way for the user to add/remove InputTypes on real time or see the behavior of each InputType a little more dynamically.