Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7853f7e
Add full bleed layout.
ZimChristine Sep 8, 2022
9bb4944
Add good prototype of vertical image with title and list.
ZimChristine Sep 8, 2022
e462f62
Add three up prototype.
ZimChristine Sep 9, 2022
225d8f3
Used styled-components to build generic image utility.
ZimChristine Sep 12, 2022
18cfae2
Abstract List and consume generic Image component widely.
ZimChristine Sep 12, 2022
9603600
Add Horizontal layout and solidify ThreeUp api. Code clean up.
ZimChristine Sep 13, 2022
81c7b5f
Prettier
ZimChristine Sep 13, 2022
49c70d2
Add documentation for image layouts.
ZimChristine Sep 15, 2022
a8e6efe
Add tests for image layouts.
ZimChristine Sep 15, 2022
04df7c0
Add tests for image layouts.
ZimChristine Sep 15, 2022
e7fcc2a
Link to alt text documentation.
ZimChristine Sep 15, 2022
3a4291d
Improve img container: full bleed, horizontal, threeup
ZimChristine Sep 15, 2022
24bfea1
Improve image container styling for vertical image layout.
ZimChristine Sep 15, 2022
d759a54
Add changeset.
ZimChristine Sep 21, 2022
8a34e10
Clean up tests, grammar and code.
ZimChristine Sep 21, 2022
37fb86e
Improve tests.
ZimChristine Sep 27, 2022
5f5fa88
Remove alt link from docs.
ZimChristine Sep 27, 2022
bbf7d53
Fix table formatting.
ZimChristine Sep 27, 2022
94dd54f
Format tables.
ZimChristine Sep 27, 2022
0dbac5f
Fix fullbleed bug and add objectFit prop.
ZimChristine Sep 30, 2022
a175aaa
Add docs for objectFit.
ZimChristine Sep 30, 2022
482ac79
Use specific typing for css property.
ZimChristine Sep 30, 2022
3883dfc
Merge branch 'main' into img-layout
ZimChristine Sep 30, 2022
8e0e4db
Try to fix table formatting.
ZimChristine Sep 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/witty-gifts-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'spectacle': minor
---

feat: Add Image Slide Layouts: Vertical, Horizontal, ThreeUp, Fullbleed.
Loading