0.4.3 • Published 12 months ago

smartos-living-shared-components v0.4.3

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

smartos-living-shared-components

UI components

Installation

npm install smartos-living-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

0.4.3

12 months ago

0.4.2

12 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.3.0

12 months ago

0.2.0

12 months ago