-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding default markers and icon presets for them #2
Conversation
eb8057d
to
50259c1
Compare
fc0de04
to
1d32477
Compare
What about popups? |
In this pull request, I have decided to collect only default markers without popups. I plan to add popups together with tooltips in a future PR, as the logic for their operation is similar. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall great. But don't use __impl...
and prefix css stuff properly.
c4ef5c6
to
c059283
Compare
Added default markers in package:
To get a set of icons and colors, a script is created that gets them from Figma. In ENV, you need to specify the variables
FIGMA_API_TOKEN
andFIGMA_FILE_ID
.