gadenbuie / xaringanExtra

:ferris_wheel: A playground of enhancements and extensions for xaringan slides.
https://pkg.garrickadenbuie.com/xaringanExtra
Other
448 stars 36 forks source link

Sideways panelsets #121

Closed gadenbuie closed 3 years ago

gadenbuie commented 3 years ago

Add .sideways to the .panelset declaration for a side-by-side panelset

.panelset.sideways[
.panel[.panel-name[R Code]
<!- panel content -->
]
]

Tabs are on the left by default, or add .right to get the tabs on the right.

.panelset.sideways.right[
.panel[.panel-name[R Code]
<!- panel content -->
]
]
codecov-commenter commented 3 years ago

Codecov Report

Merging #121 (c440017) into master (ae07ea7) will decrease coverage by 0.10%. The diff coverage is 25.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
- Coverage   43.71%   43.60%   -0.11%     
==========================================
  Files          20       20              
  Lines         732      743      +11     
==========================================
+ Hits          320      324       +4     
- Misses        412      419       +7     
Impacted Files Coverage Δ
R/animate.R 0.00% <ø> (ø)
R/styles.R 0.00% <0.00%> (ø)
R/utils.R 16.66% <0.00%> (-3.34%) :arrow_down:
R/webcam.R 0.00% <0.00%> (ø)
R/xaringanExtra-package.R 0.00% <ø> (ø)
R/panelset.R 69.36% <90.00%> (+1.14%) :arrow_up:
R/freezeframe.R 100.00% <100.00%> (ø)
R/scribble.R 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ae07ea7...c440017. Read the comment docs.

gadenbuie commented 3 years ago

Note to self don't forget to set a max width and overflow hidden so long panel names don't break everything.

gadenbuie commented 3 years ago

/style

gadenbuie commented 3 years ago

/bump_version minor

gadenbuie commented 3 years ago

/document