We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is just a feature suggestion for Metro4, it is not due to any issues.
Maybe you could include a color gradient facilitator. I'm not sure how to do it, maybe something like this:
<div data-role='gradient' data-from='red' data-to='lightRed' data-direction='vertical' /> <div data-role='gradient' data-color='red' data-mode='analog' /> <div data-role='gradient' data-color='red' data-to='darken' /> <div data-role='panel' data-bg-style='gradient' />
<div data-role='gradient' data-from='red' data-to='lightRed' data-direction='vertical' />
<div data-role='gradient' data-color='red' data-mode='analog' />
<div data-role='gradient' data-color='red' data-to='darken' />
<div data-role='panel' data-bg-style='gradient' />
Thank you Olson for your work, Metro4 is really easy, stylish and complete.
The text was updated successfully, but these errors were encountered:
GradientBox: add new component for issue #1645
4a9a4c4
new in 4.4.1, added component gradient-box
gradient-box
Example: https://codepen.io/olton/pen/GRqZXvv
Sorry, something went wrong.
Wow! That was fast. Thank you very much!!!
Hi! In 4.4.2 gradient-box attributes will change, but all options will be described in docs after release.
2e20981
No branches or pull requests
This is just a feature suggestion for Metro4, it is not due to any issues.
Maybe you could include a color gradient facilitator. I'm not sure how to do it, maybe something like this:
<div data-role='gradient' data-from='red' data-to='lightRed' data-direction='vertical' />
<div data-role='gradient' data-color='red' data-mode='analog' />
<div data-role='gradient' data-color='red' data-to='darken' />
<div data-role='panel' data-bg-style='gradient' />
Thank you Olson for your work, Metro4 is really easy, stylish and complete.
The text was updated successfully, but these errors were encountered: