UI as they are existing are boring and not suitable for good UX. This is the way we improved it.
It is all basic web :
- HTML
- CSS
- Javascript
So you can clone the directory and open in your browser index.html
Form input UI allows to :
- Always have the label visible
- if no entry, make the label highly visible
- if entry, make the entry highly visible
files:
- index.html, ui-input.js, ui-input.css
Search Box allows to:
- see the what is important
- make appearing the search input by clicking on an icon (e.g. magnifier)
- launch the search (if enter is pressed or an icon is clicked)
files:
index.html, ui-search.js, ui-search.css
The users need to select an item and could have many criterii. Example : Trousers > Women > blue This UI allows the user to select using input list and autocompletion.
! Trousers > Women > blue !
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Alex - Initial work - AlexMontdor
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details