Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)