Skip to content

Commit

Permalink
Update 01_core.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Flath committed Aug 13, 2024
1 parent 3c9ab6f commit bf28fbc
Showing 1 changed file with 9 additions and 29 deletions.
38 changes: 9 additions & 29 deletions nbs/01_core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,6 @@
"UkInput(label=\"Name\", id=\"name\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Many things use a consistent type/style modifier associated with the theme in Franken UI. For example, uk-button-**primary**, uk-text-**primary** and uk-card-**primary**.\n",
"\n",
"The UkType will store the most common and useful types that can be inserted to many places."
]
},
{
"cell_type": "code",
"execution_count": 83,
Expand Down Expand Up @@ -161,6 +152,15 @@
"UkButton(\"name\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Many things use a consistent type/style modifier associated with the theme in Franken UI. For example, uk-button-**primary**, uk-text-**primary** and uk-card-**primary**.\n",
"\n",
"The UkTyp will store the most common and useful types that can be inserted to many places."
]
},
{
"cell_type": "code",
"execution_count": 121,
Expand Down Expand Up @@ -199,26 +199,6 @@
"UkButton('Name', typ=UkType.primary)"
]
},
{
"cell_type": "code",
"execution_count": 117,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<UkType.default: 'default'>"
]
},
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"UkType.default"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit bf28fbc

Please sign in to comment.