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

[Feat]: Background Image for Components #230

Closed
FalkWolsky opened this issue Jun 25, 2023 · 1 comment
Closed

[Feat]: Background Image for Components #230

FalkWolsky opened this issue Jun 25, 2023 · 1 comment
Assignees
Labels
Enhancement New feature or request

Comments

@FalkWolsky
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently, only Background Color can be set for components. To create more expressive applications, it would be wishful to have the possibility to add Background Images to Components.

Describe the solution you'd like
Add a Property to set Background Images for Components, at least for the following Components:

  • Table
  • Container's
  • Image
  • Form
  • Signature

To do so, add the Style CSS property: "background-image", "background-position", "background-repeat" and "background-size".

Allowed values for background-image should be:

  • URL
  • conic-gradient
  • linear-gradient
  • radial-gradient
  • repeating-conic-gradient
  • repeating-linear-gradient
  • repeating-radial-gradient
    -none

Describe alternatives you've considered

Additional context
https://www.w3schools.com/cssref/pr_background-image.php

@FalkWolsky FalkWolsky added the Enhancement New feature or request label Jun 25, 2023
@FalkWolsky FalkWolsky assigned FalkWolsky and aaron1604 and unassigned FalkWolsky Jul 2, 2023
@FalkWolsky
Copy link
Contributor Author

With the update 2.3.0 it is possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants