https://github.com/ohanhi/lorem
Placeholder text for your Elm apps
https://github.com/ohanhi/lorem
elm lorem lorem-ipsum
Last synced: 7 months ago
JSON representation
Placeholder text for your Elm apps
- Host: GitHub
- URL: https://github.com/ohanhi/lorem
- Owner: ohanhi
- License: bsd-3-clause
- Created: 2017-05-09T11:20:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T06:38:18.000Z (almost 8 years ago)
- Last Synced: 2025-02-02T04:05:21.971Z (over 1 year ago)
- Topics: elm, lorem, lorem-ipsum
- Language: Elm
- Size: 6.84 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lorem [](https://travis-ci.org/ohanhi/lorem)
Placeholder text for your Elm apps.
See the [module documentation](http://package.elm-lang.org/packages/ohanhi/lorem/latest/Lorem)
Here are some examples to get a quick idea:
```
Lorem.words 4
--> [ "Lorem", "ipsum", "dolor", "sit" ]
```
```
Lorem.sentence 10
--> "Lorem ipsum dolor sit amet, his viris voluptaria ut. Sea"
```