0.1.19 • Published 6 months ago

react-native-mhs-design-system v0.1.19

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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