Grid Item Ready
Grid Item is a component used inside the Grid that makes it possible set additional parameters for items. For concrete usage examples, please see Grid component.
Properties #
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
fill | fill | Make the grid item fill the remaining available grid space. | boolean | false |
margin | margin | Controls the margin of the component. | "auto" | "none" | "auto" |
maxWidth | max-width | Sets the maximum width for the grid item using any valid numeric CSS value. E.g. "300px". | string | undefined |
minWidth | min-width | Sets the minimum width for the grid item using any valid numeric CSS value. E.g. "33.333%". | string | undefined |
theme | theme | Theme of the grid item. | "" | "default" | "turva" | "" |
Usage #
This section includes guidelines for designers and developers about the usage of this component in different contexts.
When to use #
- For use inside grid component to generate grid cells.
When not to use #
- Outside of grid component.
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.
- Grid item is a custom element which doesn’t have semantic meaning or any added functionality for assistive technologies.
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.