react-native-moiapps-ui
v0.51.0
Published
components ui
Downloads
944
Readme
react-native-moiapps-ui
components ui
Installation
npm install react-native-moiapps-uiUsage
import { multiply } from 'react-native-moiapps-ui';
// ...
const result = await multiply(3, 7);Theming
theme.colors sigue el vocabulario de color roles de Material Design 3 (primary/onPrimary,
surface/onSurface, etc.). Ver la sección Sistema de Temas
de docs/componentes-api.md para la tabla completa de roles y la tabla de migración desde los
tokens anteriores (text, textLight, cardBackground, border, primaryAlternative).
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
