Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Feat]: Background Image for Components #230

Closed
@FalkWolsky

Description

@FalkWolsky

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

Metadata

Metadata

Assignees

Labels

EnhancementNew feature or request

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions