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

Make it easier to export spinner and loading button to design tool (sketch) #2079

Open
coderitual opened this issue Jul 13, 2021 · 0 comments

Comments

@coderitual
Copy link
Contributor

coderitual commented Jul 13, 2021

Currently our spinner is created entirely in CSS (using border-radius technique). This is completely fine and performant solution. It has a flaw though in the context of brainly process. It makes exporting component from code to design tool particular hard task. We would need to implement special converter to handle this kind of css visuals (and I would say it would be really difficult considering you can create basically any image in css).

image

Proposed solution is to use SVG to represent spinner element.

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

No branches or pull requests

1 participant