Shaped image Ready
Shaped image is a custom image component which is used to create brand shaped images for different themes.
<div style="width: 100%; height: 400px;">
<duet-shaped-image
src="https://www.duetds.com/assets/img/example-brand1.png"
rotation="7"
style="width: 400px;"
></duet-shaped-image>
<duet-shaped-image
src="https://www.duetds.com/assets/img/example-brand1.png"
rotation="-7"
style="width: 400px;"
></duet-shaped-image>
</div>
Properties #
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
accessibleLabel | accessible-label | Adds accessible label for the image that is only shown for screen readers. | string | undefined |
margin | margin | Controls the margin of the component. | "auto" | "none" | "auto" |
rotation | rotation | Rotation. Note: in 'turva' theme there's no rotation. | -7 | 7 | 7 |
src | src | A URL from which to load an image. | string | undefined |
theme | theme | Theme of the component. | "" | "default" | "turva" | "" |
Usage #
This section includes guidelines for designers and developers about the usage of this component in different contexts.
When to use #
- If you want to create an image with brand shapes.
When not to use #
Accessibility #
This component has been validated to meet the WCAG 2.1 AA accessibility guidelines. You can find additional information regarding accessibility of this component below.
- This component is tagged with
role="img"
and an aria-label can be provided via properties.
Integration
For integration, event and theming guidelines, please see Using Components. This documentation explains how to implement and use Duet’s components across different technologies like Angular, React or Vanilla JavaScript.
Tutorials
Follow these practical tutorials to learn how to build simple page layouts using Duet’s CSS Framework, Web Components and other features:
Building Layouts
TutorialsUsing CLI Tools
TutorialsCreating Custom Patterns
TutorialsServer Side Rendering
TutorialsSharing Prototypes
TutorialsUsage With Markdown
Troubleshooting
If you experience any issues while using a component, please head over to the Support page for more guidelines and help.