atzzCokeK/elm-inputtext-with-count

Make inputText with count and set the maximum characters(not words).


Keywords
elm, ui-components
License
BSD-3-Clause
Install
elm-package install atzzCokeK/elm-inputtext-with-count 1.0.1

Documentation

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