|
|
|
|
|
by throwaway50702
981 days ago
|
|
That'd be something provided by the Web platform (through the DOM bindings), not React. React provides a way to work with the DOM elements/native components/etc in a reactive way. The real problem is that the Web platform doesn't offer a good set of customizable UI elements other than the most barebone basics. |
|