@techlexity/chapshop_mobile_ui_lib
TypeScript icon, indicating that this package has built-in type declarations

0.4.5 • Public • Published

@techlexity/chapshop_mobile_ui_lib

React Native UI Library for Chapshop

Installation

yarn add @techlexity/chapshop_mobile_ui_lib

Usage

import { Button } from '@techlexity/chapshop_mobile_ui_lib';

// ...

return (
  <View>
    <Button title="Button" onPress={() => {}} size="large" />
  </View>
);

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

Package Sidebar

Install

npm i @techlexity/chapshop_mobile_ui_lib

Weekly Downloads

9

Version

0.4.5

License

MIT

Unpacked Size

435 kB

Total Files

409

Last publish

Collaborators

  • techlexity