Skip to content
Open
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion nbs/02_franken.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,7 @@
" \"Creates a modal title\"\n",
" return fh.H2(*c, cls=('uk-modal-title', stringify(cls)), **kwargs)\n",
"def ModalCloseButton(*c, # Components to put in the button (often text and/or an icon)\n",
" cls=\"absolute top-3 right-3\", # Additional classes on the button\n",
" cls=\"ButtonT.default\", # Additional classes on the button\n",
" **kwargs # Additional args for `Button` tag\n",
" )->FT: # Button(..., cls='uk-modal-close')\n",
" \"Creates a button that closes a modal with js\"\n",
Expand Down