react-native-lorem-ipsum
v0.1.0
Published
A text component to generating lorem ipsum
Downloads
2
Maintainers
Readme
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:
| Prop | Description | Default |
|---|---|---|
|count
|Amount of words, sentences or paragraphs to be generated|5
|
|generate
|It defines what should be generated, can be 'words'
, 'sentences'
or 'paragraphs'
|'words'
|
|...Text Props
|React Native Text Props|None|
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.