seas-computing / seas-computing/mark-one

Layouts: GridItem

Open
#182 0 comments 0 reactions 1 assignee View on GitHub

@amalyam is already working on this.

Since Sep 20, 2024.

enhancement New Component
Dominant language
TypeScript
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

The GridItem is a low-level component of our Grid layout system. This is intended to wrap a single item for placement on the grid, and should not container a subgrid. It uses the same props as the GridContainer:

  • width - The number of columns covered by the element in our 12-colunn grid. Must be within 1-12.
  • placement - whether the element should appear on the left, center or right of the grid, or a value between 1-11 representing the first column on which the element should appear.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.