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 support for spin, rotate and flip #28

Closed
lenzi-erickson opened this issue Apr 27, 2018 · 2 comments
Closed

Add support for spin, rotate and flip #28

lenzi-erickson opened this issue Apr 27, 2018 · 2 comments

Comments

@lenzi-erickson
Copy link
Contributor

I would like to be able to pass in spin, rotate and flip and it automatically have the appropriate styling. Basically adding the functionality of the helper css classes at the bottom of this page: https://cdn.materialdesignicons.com/2.3.54/

<CarIcon spin={true} />

<CarIcon flip="h" />
<CarIcon flip="v" />

<CarIcon rotate={45} />
<CarIcon rotate={180} />

@levrik
Copy link
Owner

levrik commented May 6, 2018

I'm not sure if I want to include that. That would make the individual components more complex and it can be easily achieved by attaching a custom CSS class.
size and color are included because they are achievable without using CSS and are far more common in my opinion.

@levrik
Copy link
Owner

levrik commented Sep 10, 2019

Closing since this would just blow up the icons in size. It can be easily achieved by using custom CSS.

@levrik levrik closed this as completed Sep 10, 2019
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

2 participants