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

JS fiddle? #67

Open
tabrez500 opened this issue Mar 3, 2020 · 2 comments
Open

JS fiddle? #67

tabrez500 opened this issue Mar 3, 2020 · 2 comments

Comments

@tabrez500
Copy link

Hello, I was trying to work around this vue component but just wondering , is there any JS fiddle available for this. As it is a bit confusing to read the docs.
Thanks

@serebrov
Copy link
Owner

serebrov commented Mar 3, 2020

As far as I know, there is no js fiddle or something like that (at least, I didn't make any).

There is a demo project under the docs folder and live version here.

Also, I know that docs are quite a mess as I took the original README and extended it here and there, so it might be hard to use. If you have some specific complains or proposals for docs, please let me know, I am considering to rewrite the readme at some point.

@tabrez500
Copy link
Author

Yeah I mean I have not gone through the whole docs, but the first piece of code I came across had some confusion like:

import data from '../data/all.json'
import { Picker, EmojiIndex } from 'emoji-mart-vue-fast'
let emojiIndex = new EmojiIndex(data)

First-line seems to be directed to local files meanwhile the next line is pointing to the npm package.
So I thought it would be better to add a fiddle link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants