Skip to content

Commit

Permalink
docs: use v2.vuetify.com for links now that Vuetify 3 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Aug 8, 2023
1 parent baa3662 commit b8199a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion solara/website/pages/api/columns_responsive.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def Page():
solara.Select("columns medium", values=[1, 2, 3, 4, 6, 12]).connect(columns_medium) # type: ignore
solara.Select("columns large", values=[1, 2, 3, 4, 6, 12]).connect(columns_large) # type: ignore
solara.Select("columns xlarge", values=[1, 2, 3, 4, 6, 12]).connect(columns_xlarge) # type: ignore
# taken from https://vuetifyjs.com/en/styles/display/#display
# taken from https://v2.vuetifyjs.com/en/styles/display/#display
solara.HTML(
"h2", unsafe_innerHTML=f"Current screensize is xsmall/default, each child is {columns_default.value} points wide", class_="ma-2 d-flex d-sm-none ma"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Asset files are special files with are loaded by Solara-server and thus have a s
* `style.css` - Default `CSS` used by Solara.
* `custom.css` - Custom `CSS` you can override for your project (empty `CSS` file by default).
* `custom.js` - Custom Javascript you can use for your project (empty Javascript file by default).
* `theme.js` - Javascript file containing the definitions for [vuetify themes](https://vuetifyjs.com/en/features/theme/) ([example theme.js file](https://github.com/widgetti/solara/blob/master/solara/website/assets/theme.js)).
* `theme.js` - Javascript file containing the definitions for [vuetify themes](https://v2.vuetifyjs.com/en/features/theme/) ([example theme.js file](https://github.com/widgetti/solara/blob/master/solara/website/assets/theme.js)).


Assets files can be overridden by putting a file in the `../assets` directory. A typical directory layout looks like this:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* [GitHub](https://github.com/widgetti/ipyvuetify)


ipyvuetify is an [ipywidget based](./ipywidgets) library, that wraps the [Vuetify component library](https://vuetifyjs.com/) to give beautiful
ipyvuetify is an [ipywidget based](./ipywidgets) library, that wraps the [Vuetify component library](https://v2.vuetifyjs.com/) to give beautiful
material design based widgets.

![ipyvuetify screencast demo](https://user-images.githubusercontent.com/46192475/79730684-78954880-82f1-11ea-855b-43a2b619ca04.gif)
Expand Down

0 comments on commit b8199a4

Please sign in to comment.