Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atzzcokek/elm-inputtext-with-count
This is my first Elm package. Glad to know any issues and feedbacks. Thank you.
https://github.com/atzzcokek/elm-inputtext-with-count
elm ui-components
Last synced: about 5 hours ago
JSON representation
This is my first Elm package. Glad to know any issues and feedbacks. Thank you.
- Host: GitHub
- URL: https://github.com/atzzcokek/elm-inputtext-with-count
- Owner: atzzCokeK
- License: bsd-3-clause
- Created: 2020-12-06T12:00:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T14:34:13.000Z (over 3 years ago)
- Last Synced: 2024-05-31T15:24:13.165Z (8 months ago)
- Topics: elm, ui-components
- Language: Elm
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this?
This is a package for using a inputText which has the limited number of character in Elm.
In addition, it has a counter for how many characters you type in.# Design
This package does not have any css or decoration code. So you can make this shown as you want.# ExampleView
This is what we made.
![image](https://user-images.githubusercontent.com/25091548/101281484-7517e880-3812-11eb-9604-4f575dd3d951.png)