seas-computing / seas-computing/mark-one
Layouts: GridItem
Open
@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 theleft,centerorrightof the grid, or a value between 1-11 representing the first column on which the element should appear.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.