Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dioxus-community/lookbook
/ functions
Functions
28 in github.com/dioxus-community/lookbook
⨍
Functions
28
◇
Types & classes
6
↓ 2 callers
Function
render_with_location
( tokens: proc_macro2::TokenStream, name: &str, idx: u8, )
macros/src/lib.rs:113
↓ 1 callers
Function
collect_docs
(attrs: &[Attribute])
macros/src/lib.rs:123
↓ 1 callers
Function
register
(name: &'static str, component: Component)
src/lib.rs:39
↓ 1 callers
Function
use_prefix
(prefix: Option<&'static str>)
src/prefixed_route.rs:10
Function
ComponentScreen
(name: String)
src/lib.rs:64
Function
Home
()
src/lib.rs:55
Function
HorizontalPane
(left: Element, right: Element)
src/ui/pane.rs:6
Function
Input
(value: String, oninput: EventHandler<FormEvent>)
src/control.rs:91
Function
Look
( name: &'static str, docs: &'static str, controls: Element, children: Element, )
src/ui/look.rs:6
Function
LookBook
( previews: I, home: Component, #[props(optional)] prefix: Option<&'static str>, )
src/ui/look_book.rs:7
Function
Markdown
( #[props(default)] id: Signal<String>, #[props(default)] class: Signal<String>, content: ReadOnl
src/markdown.rs:6
Function
NavItem
(route: Route, label: String)
src/ui/wrap.rs:96
Function
TaskPreview
( /// Label of the task. #[lookbook(default = "Ice skating")] label: String, /// Content of t
examples/task.rs:7
Function
VerticalPane
(top: Element, bottom: Element)
src/ui/pane.rs:44
Function
Wrap
()
src/ui/wrap.rs:8
Function
app
()
examples/task.rs:30
Method
control
(name: &'static str, mut state: Signal<Self::State>)
src/control.rs:34
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
src/prefixed_route.rs:24
Method
from
(value: T)
src/control.rs:46
Method
from_state
(state: &Self::State)
src/control.rs:30
Method
from_str
(s: &str)
src/prefixed_route.rs:32
Method
into_dyn_node
(self)
src/control.rs:55
Function
main
()
examples/task.rs:37
Method
new
(name: &'static str, component: Component)
src/lib.rs:28
Function
preview
(_attrs: TokenStream, input: TokenStream)
macros/src/lib.rs:6
Method
render
(&self, level: usize)
src/prefixed_route.rs:57
Method
state
(default: Option<impl Into<Self>>)
src/control.rs:23
Method
static_routes
()
src/prefixed_route.rs:61