1.2.0 • Published 5 months ago

@react-native-ui-components/label v1.2.0

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

@react-native-ui-components/label

Label component for React Native

Installation

npm install @react-native-ui-components/label

Usage

import { Label } from '@react-native-ui-components/label';

// ...

<Label title="Hello world" />;

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