Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new params #57

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@ Note: 'Recently Used' will only show for the user if their browser supports HTML
### button (boolean) ###
Whether to show the emoji button on the input or not. Defaults to true. If you hide the button, you will probably need to trigger the emoji entry manually (see below).

### buttonPosition ###
The IconButton position "left" or "right", Defualt to "left".

### enableSearch ###
Control to show or hide the searchInput, Default to true.

### showDailyEmoji ###
Enable to show the DailyEmoji, Default to true.

### position ###
The picker panel position, value of ["left", "right", "topLeft", "topRight"].


### onShow (function) ###
Triggered once the emoji picker appears. `picker` (Object), `settings` (Object), and `isActive` (boolean) are returned. Example usage:

Expand Down
2 changes: 1 addition & 1 deletion css/jquery.emojipicker.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading