0.4.3 • Published 1 year ago

smartos-living-shared-components v0.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago