react-native-mhs-design-system
v0.1.8
Published
design system for mhs app using react native
Downloads
433
Maintainers
Readme
react-native-mhs-design-system
a library built for the management design system and utility of the Multi Study Highschool Batam application which was designed using Stack React Native
Installation
npm install react-native-mhs-design-system
or
yarn add install react-native-mhs-design-system
Usage
// import the library
import { theme, utils } from 'react-native-mhs-design-system';
// ...
// define theme or utils
const {
COLORS,
COLORS_PALETTE,
FONTS,
SIGNATURE_STYLE,
SIZE,
SYSTEMFONTS,
TAGSTYLES,
} = theme;
const { getFontSize } = utils;
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