Skip to content

Commit

Permalink
demo: refactor docs (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiaozero authored Jan 2, 2024
1 parent 789ea67 commit e929ade
Show file tree
Hide file tree
Showing 10 changed files with 228 additions and 610 deletions.
6 changes: 3 additions & 3 deletions demo/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ fn TheRouter(is_routing: RwSignal<bool>) -> impl IntoView {
<Route path="/components" view=ComponentsPage>
<Route path="/tabbar" view=TabbarPage/>
<Route path="/nav-bar" view=NavBarPage/>
<Route path="/input" view=InputPage/>
<Route path="/image" view=ImagePage/>
<Route path="/button" view=ButtonPage/>
<Route path="/checkbox" view=CheckboxPage/>
Expand All @@ -56,12 +55,13 @@ fn TheRouter(is_routing: RwSignal<bool>) -> impl IntoView {
<Route path="/badge" view=BadgePage/>
<Route path="/card" view=CardPage/>
<Route path="/divider" view=DividerPage/>
<Route path="/input-number" view=InputNumberPage/>
<Route path="/icon" view=IconPage/>
<Route path="/breadcrumb" view=BreadcrumbPage/>
<Route path="/layout" view=LayoutPage/>
<Route path="/calendar" view=CalendarPage/>
<Route path="/date-picker" view=DatePickerPage/>
<Route path="/input" view=InputMdPage/>
<Route path="/input-number" view=InputNumberMdPage/>
<Route path="/layout" view=LayoutMdPage/>
<Route path="/loading-bar" view=LoadingBarMdPage/>
<Route path="/menu" view=MenuMdPage/>
<Route path="/message" view=MessageMdPage/>
Expand Down
300 changes: 0 additions & 300 deletions demo/src/pages/input/mod.rs

This file was deleted.

Loading

0 comments on commit e929ade

Please sign in to comment.