CentroUI
CentroUI copied to clipboard
CentroUI is a library for building user interfaces for WebVR
Hello Just added to my project, followed steps but get error error:bundling failed: ambiguous resolution: module ..../.../.../ index.vr.js tries to require `react-vr`, but there are several files providing this module....
The only available setters are for `backgroundColor` and `hoverColor`.
All components accept `bg` for background color, but only `TextInput` uses `backgroundColor`.
`ListItem `is not used for `List/List View`. Isn't `ListItem` supposed to be used as per specification when data is repeated?
Alignment is used only as a state setter in `List`, but not actually used in the component. I propose we use `vertical` and `horizontal` as possible properties for `alignment`: Prop...
Border attributes are not changing anything in the button. Most likely because `getBorderStyles` is only defined but not used in the class.