You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #51 I add a function Columns that can display any number of columns. Its is a drop-in replacement for TwoColumn and ThreeColumn.
Should we remove TwoColumn and ThreeColumn?
I suggest that we leave these in the package, label them as deprecated, and replace the demonstrations of them in the example notebook.
In #60 I replace the implementation of Foldable with PlutoUI.details.
Should we remove Foldable and refer to PlutoUI.details in the docs?
I think the function name details is ambiguous. So I'd suggest that we keep the more clear name. Of course, we can credit PlutoUI and say that it's now just a more clear name (and demo) for details.
The one weird thing is that its now a function instead of a type, so the capitalization is confusing. I suppose we could create foldable and declare Foldable deprecated. I'm not really excited about that, but I can see the argument either way.
In #51 I add a function
Columns
that can display any number of columns. Its is a drop-in replacement forTwoColumn
andThreeColumn
.Should we remove
TwoColumn
andThreeColumn
?In #60 I replace the implementation of
Foldable
withPlutoUI.details
.Should we remove
Foldable
and refer toPlutoUI.details
in the docs?The text was updated successfully, but these errors were encountered: