Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DioxusLabs/dioxus-components
/ functions
Functions
1,115 in github.com/DioxusLabs/dioxus-components
⨍
Functions
1,115
◇
Types & classes
404
↓ 3 callers
Method
can_remove
(&self)
primitives/src/tag_group.rs:110
↓ 3 callers
Method
description
Set the description for the toast.
primitives/src/toast.rs:626
↓ 3 callers
Function
dispatchDragLifecycle
( page: import("@playwright/test").Page, options: { sourceIndex: number; targetIndex: number;
playwright/drag_and_drop_list.spec.ts:38
↓ 3 callers
Method
end
(&self)
primitives/src/virtual/types.rs:37
↓ 3 callers
Method
focused_date
Get the currently focused date
primitives/src/calendar.rs:349
↓ 3 callers
Function
format_color_hex
(color: Color)
preview/src/components/color_picker/component.rs:16
↓ 3 callers
Method
from
(value: CheckboxState)
primitives/src/checkbox.rs:38
↓ 3 callers
Function
generate_test_grid
Helper function to generate grid (mimics what CalendarGrid does)
primitives/src/calendar.rs:2706
↓ 3 callers
Function
getLiveRegion
(list: import("@playwright/test").Locator)
playwright/drag_and_drop_list.spec.ts:30
↓ 3 callers
Method
is_focusable
(&self)
primitives/src/tag_group.rs:106
↓ 3 callers
Method
item_count
(&self)
primitives/src/drag_and_drop_list.rs:197
↓ 3 callers
Function
loadRemovableList
Navigate to the DnD page and return the second (removable) variant list.
playwright/drag_and_drop_list.spec.ts:18
↓ 3 callers
Function
multiSelectTrigger
(page: Page)
playwright/select.spec.ts:6
↓ 3 callers
Function
multiVariant
(page: Page)
playwright/tag_group.spec.ts:8
↓ 3 callers
Function
next_month
(date: Date)
primitives/src/calendar.rs:122
↓ 3 callers
Function
option
(id: &str, index: usize)
primitives/src/selection.rs:136
↓ 3 callers
Function
ordered_range
(start: f64, end: f64)
primitives/src/slider.rs:10
↓ 3 callers
Method
predicate_for
(&self, query: String)
primitives/src/combobox/context.rs:28
↓ 3 callers
Function
previous_month
(date: Date)
primitives/src/calendar.rs:136
↓ 3 callers
Function
resolve_drop_position
Resolves whether the final insertion index is before or after the source item.
primitives/src/drag_and_drop_list.rs:60
↓ 3 callers
Method
set_open
(&mut self, open: bool)
primitives/src/combobox/context.rs:21
↓ 3 callers
Function
sliderTrackPoint
(track: Locator, frac: number)
playwright/slider.spec.ts:3
↓ 3 callers
Function
statesVariant
(page: Page)
playwright/tag_group.spec.ts:14
↓ 3 callers
Method
unicode_similarity_cost
Calculate similarity based on Unicode codepoint proximity
primitives/src/select/text_search.rs:173
↓ 3 callers
Function
use_global_escape_listener
(mut on_escape: impl FnMut() + Clone + 'static)
primitives/src/lib.rs:160
↓ 3 callers
Function
use_outside_dismiss
Light-dismiss when pointerdown/focusin lands outside the element with the given `id`. `id` should be the id of the popover/dialog root that contains e
primitives/src/lib.rs:214
↓ 3 callers
Function
variantUrl
(variant: string)
playwright/combobox.spec.ts:4
↓ 2 callers
Function
add_pointer
(pointer_id: i32, position: ClientPoint)
primitives/src/pointer.rs:63
↓ 2 callers
Method
announce_move
(&mut self, index: usize)
primitives/src/drag_and_drop_list.rs:250
↓ 2 callers
Function
attr
(name: &'static str, value: &str)
primitives/src/lib.rs:419
↓ 2 callers
Method
available_indices
(&self)
primitives/src/collection.rs:330
↓ 2 callers
Function
clickOpen
(button: Locator, item: Locator)
playwright/accordion.spec.ts:15
↓ 2 callers
Function
clock
(i: usize)
preview/src/dashboard/common/messages.rs:153
↓ 2 callers
Function
color_hex
(color: Color)
primitives/src/color_picker.rs:22
↓ 2 callers
Function
color_name
Build a descriptive name for `color` (e.g. `"vibrant red"`, `"very dark grayish blue"`).
primitives/src/color_picker/color_naming.rs:22
↓ 2 callers
Method
current_month
(&self)
primitives/src/calendar.rs:2200
↓ 2 callers
Function
days_since
The number of days since the first weekday of current date
primitives/src/calendar.rs:112
↓ 2 callers
Function
dropIndicatorOpacity
( page: import("@playwright/test").Page, )
playwright/drag_and_drop_list.spec.ts:234
↓ 2 callers
Method
drop_position
(&self)
primitives/src/drag_and_drop_list.rs:118
↓ 2 callers
Method
first_matching_enabled_index
( &self, predicate: impl Fn(&OptionState) -> bool, )
primitives/src/selectable.rs:125
↓ 2 callers
Method
focusNext
()
primitives/src/ts/focus-trap.ts:65
↓ 2 callers
Method
focusNext
()
primitives/src/js/focus-trap.js:1
↓ 2 callers
Function
format_track_time
(seconds: f64)
preview/src/main.rs:1515
↓ 2 callers
Function
get_virtual_items
Return the virtual items to render. This is meant to be called in the render body.** It `.read()`s `scroll_offset` and `viewport_size` to subscribe
primitives/src/virtual/virtualizer.rs:204
↓ 2 callers
Method
hidden
Whether the item is currently hidden (e.g. filtered out or removed).
primitives/src/collection.rs:509
↓ 2 callers
Method
info
Create a new info toast with the given title and options.
primitives/src/toast.rs:686
↓ 2 callers
Method
is_disabled
(&self)
primitives/src/accordion.rs:90
↓ 2 callers
Method
is_focused
(&self, index: usize)
primitives/src/collection.rs:191
↓ 2 callers
Method
is_open
(&self, id: usize)
primitives/src/accordion.rs:86
↓ 2 callers
Method
is_pressed
(&self, id: usize)
primitives/src/toggle_group.rs:37
↓ 2 callers
Method
is_selected
(&self, value: &RcPartialEqValue)
primitives/src/tag_group.rs:166
↓ 2 callers
Method
is_unavailable
Check if the selected date is unavailable
primitives/src/calendar.rs:374
↓ 2 callers
Method
last_available_index
(&self)
primitives/src/collection.rs:210
↓ 2 callers
Method
last_matching_enabled_index
( &self, predicate: impl Fn(&OptionState) -> bool, )
primitives/src/selectable.rs:132
↓ 2 callers
Function
loadAccordion
(page: Page)
playwright/accordion.spec.ts:6
↓ 2 callers
Method
loop_signal
The backing loop signal, for nested collections that inherit the parent's looping behavior.
primitives/src/collection.rs:77
↓ 2 callers
Method
matching_enabled_indices
(&self, predicate: impl Fn(&OptionState) -> bool)
primitives/src/selectable.rs:112
↓ 2 callers
Function
message_matches_filters
( state: &MessageState, folder_id: FolderId, tab_id: TabId, query: &str, selected_tags: &[
preview/src/dashboard/views/email_client/filters.rs:43
↓ 2 callers
Function
message_matches_folder
(state: &MessageState, folder_id: FolderId)
preview/src/dashboard/views/email_client/filters.rs:3
↓ 2 callers
Function
next_index_after
(indices: &[usize], current: Option<usize>, roving_loop: bool)
primitives/src/collection.rs:624
↓ 2 callers
Function
normalize_range
(range: Range<f64>)
primitives/src/slider.rs:18
↓ 2 callers
Function
option_text_value
Resolve an option's searchable text value.
primitives/src/selection.rs:61
↓ 2 callers
Method
pointer_move
(&mut self)
primitives/src/move_interaction.rs:125
↓ 2 callers
Function
prev_index_before
( indices: &[usize], current: Option<usize>, roving_loop: bool, )
primitives/src/collection.rs:637
↓ 2 callers
Method
rect
(&self)
primitives/src/move_interaction.rs:87
↓ 2 callers
Method
register_calendar_view
(&self, id: ScopeId, offset: Option<u8>)
primitives/src/calendar.rs:419
↓ 2 callers
Function
relative_calendar_month
( date: Date, base_ctx: &BaseCalendarContext, current_month: Month, )
primitives/src/calendar.rs:2314
↓ 2 callers
Method
remove
Removes a day from the collection Returns `true` if the collection did contain the day
primitives/src/calendar.rs:66
↓ 2 callers
Method
remove_items
(&mut self, ids: Vec<String>)
primitives/src/tag_group.rs:232
↓ 2 callers
Function
remove_option
Remove a registered option by id.
primitives/src/selection.rs:124
↓ 2 callers
Function
remove_option_state
(options: &mut Vec<OptionState>, id: &str)
primitives/src/selection.rs:128
↓ 2 callers
Method
select_current_item
Select the currently focused item
primitives/src/select/context.rs:37
↓ 2 callers
Method
select_focused
(&mut self)
primitives/src/combobox/context.rs:91
↓ 2 callers
Method
select_focused_value
(&mut self)
primitives/src/radio_group.rs:55
↓ 2 callers
Method
selected_available_index
(&self)
primitives/src/collection.rs:219
↓ 2 callers
Method
selected_text
(&self)
primitives/src/selectable.rs:73
↓ 2 callers
Function
set_avatar_state
(mut ctx: AvatarCtx, state: AvatarState)
primitives/src/avatar.rs:33
↓ 2 callers
Method
set_focus_key
(&mut self, key: Option<String>)
primitives/src/collection.rs:138
↓ 2 callers
Method
start
(&self)
primitives/src/virtual/types.rs:33
↓ 2 callers
Function
styled_month_count
()
preview/src/components/date_picker/component.rs:33
↓ 2 callers
Function
sync_container_scroll
(container_id: String, scroll_top: u32)
primitives/src/virtual_list.rs:266
↓ 2 callers
Function
testArrowKeyNavigation
( page: any, arrowKey: "ArrowRight" | "ArrowLeft", startPosition: "first" | "last", expectedOrder: "as
playwright/calendar.spec.ts:188
↓ 2 callers
Function
testScrollHeightStability
( page: import("@playwright/test").Page, tolerancePx: number )
playwright/virtual_list.spec.ts:4
↓ 2 callers
Method
toggle_drag
(&mut self, index: usize)
primitives/src/drag_and_drop_list.rs:258
↓ 2 callers
Method
toggle_value
(&self, value: RcPartialEqValue)
primitives/src/tag_group.rs:170
↓ 2 callers
Method
unregister_item
(&mut self, item: &CollectionItemState)
primitives/src/collection.rs:103
↓ 2 callers
Function
upsert_pointer
(pointers: &mut Vec<Pointer>, pointer_id: i32, position: ClientPoint)
primitives/src/pointer.rs:68
↓ 2 callers
Function
use_calendar_grid
Return the weekday headers and week rows for the current calendar grid view.
primitives/src/calendar.rs:1586
↓ 2 callers
Function
use_collection_provider_with
( roving_loop: ReadSignal<bool>, options: CollectionOptions, )
primitives/src/collection.rs:431
↓ 2 callers
Function
use_day_mounted_ref
( mut is_focused: impl FnMut() -> bool + 'static, )
primitives/src/calendar.rs:2344
↓ 2 callers
Function
use_deferred_collection_focus
( mut collection: CollectionState, mut placement: Signal<Option<CollectionPlacement>>, active: imp
primitives/src/collection.rs:594
↓ 2 callers
Function
use_global_keydown_listener
(key: &'static str, on_escape: impl FnMut() + Clone + 'static)
primitives/src/lib.rs:187
↓ 2 callers
Function
use_listbox_container
( id: ReadSignal<Option<String>>, mut selectable: SelectableContext, )
primitives/src/listbox.rs:48
↓ 2 callers
Function
use_move_interaction
(dragging: Signal<bool>)
primitives/src/move_interaction.rs:71
↓ 2 callers
Function
use_select_root
Sets up the shared signals, focus, and context that both [`Select`] and [`SelectMulti`] need. Returns the `open` signal for the root `<div>`.
primitives/src/select/components/select.rs:123
↓ 2 callers
Function
use_selectable_option
( selectable: SelectableContext, option: SelectableOptionConfig<T>, )
primitives/src/selectable.rs:229
↓ 2 callers
Function
use_selectable_root
( values: Memo<Vec<RcPartialEqValue>>, set_value: Callback<RcPartialEqValue>, selection_mode: Sele
primitives/src/selectable.rs:201
↓ 2 callers
Function
use_single_selectable_value
( controlled_value: Option<ReadSignal<Option<T>>>, default_value: Option<T>, on_change: Callback<O
primitives/src/selectable.rs:177
↓ 2 callers
Function
use_tag_group_inner
(shared: TagGroupSharedProps, selection: TagGroupSelection)
primitives/src/tag_group.rs:608
↓ 2 callers
Method
valid_interval
Check the availability of given date
primitives/src/calendar.rs:280
← previous
next →
101–200 of 1,115, ranked by callers