krirkrirk / react-math-keyboard

A customizable math keyboard for React
https://codesandbox.io/s/epic-wildflower-v1jlww
MIT License
68 stars 9 forks source link

Filling in a matrix #16

Open WhiteWolfWCY opened 4 months ago

WhiteWolfWCY commented 4 months ago

Whats'up guys. I'm loving this component so far. One thing I would need is to implement matrices to this. Is it even possible? Let me know if you don't mind :D Cheers.

krirkrirk commented 4 months ago

Hello @WhiteWolfWCY , glad you like it ! Dealing with matrices is not an easy task. MathQuill, which this keyboard depends on, does not handle matrices in their stable versions, but many forks have been created to fix this.

It is not right now a priority of us to implement matrices, but any PR is welcomed !

Thanks for your feedback :)