mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-12 16:13:05 -04:00
[cardstack] fix interaction contexts, cleanup code, add comments/documentation
This commit is contained in:
parent
8c036e714a
commit
510cbbe60d
5 changed files with 273 additions and 118 deletions
|
@ -0,0 +1,7 @@
|
|||
const { DynamicCardStack } = require("./DynamicCardStack");
|
||||
|
||||
module.exports = {
|
||||
createDynamicCardStack: (context, options)=>{
|
||||
return new DynamicCardStack(context, options)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue