smartos-app-shared-components
TypeScript icon, indicating that this package has built-in type declarations

0.7.0 • Public • Published

smartos-app-shared-components

Smartos App Components

Installation

yarn add smartos-app-shared-components

Usage

import {
  WIcon,
  WText,
  WTouchable,
  WView,
} from 'smartos-living-shared-components';

export default function App() {
  return (
    <WView fill center>
      <WText type="bold20">Hello world!</WText>

      <WTouchable>
        <WText type="bold20">Touch me!</WText>
        <WIcon name="ic-alltype" size={20} />
      </WTouchable>
    </WView>
  );
}

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 smartos-app-shared-components

Weekly Downloads

6

Version

0.7.0

License

MIT

Unpacked Size

644 kB

Total Files

116

Last publish

Collaborators

  • dungtran-smartos