0.1.0 • Published 3 years ago

react-native-lorem-ipsum v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React Native Lorem Ipsum :joy:

A funny library to easily add lorem ipsum to react native projects.

Instalation :wrench:

npm i react-native-lorem-ipsum or yarn add react-native-lorem-ipsum

Usage :computer:

import Lorem from 'react-native-lorem-ipsum'

const MyComponent = () => <Lorem />

Props :zap:

PropDescriptionDefault
countAmount of words, sentences or paragraphs to be generated5
generateIt defines what should be generated, can be 'words', 'sentences' or 'paragraphs''words'
...Text PropsReact Native Text PropsNone

Show your support :handshake:

Give a ⭐️ if you liked the project!
Makes a pull request adding new features or solving bugs.
Create a Issue if you don't want to implement the feature or fix the bug.