@fonticonpicker/react-fonticonpicker
Version:
A react component to show a picker element to select font icons or SVG.
47 lines (27 loc) • 845 B
Markdown
<!---
Copyright (c) 2018 Swashata Ghosh <swashata@wpquark.com>
This software is released under the MIT License.
https://opensource.org/licenses/MIT
-->
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
* `closeOnSelect` to close dropdown on selecting icon. (
* Dropdown will open on top if view port is small.
* Use `click` instead of `mousedown` and `touchend` to close the dropdown.
* Better docs.
First release.
<!---
First release.
- stuff
- stuff
-->