Skip to main content

Theme

Struct Theme 

Source
pub struct Theme {
Show 58 fields pub color_primary: &'static str, pub color_success: &'static str, pub color_warning: &'static str, pub color_danger: &'static str, pub color_info: &'static str, pub color_white: &'static str, pub color_black: &'static str, pub color_text_primary: &'static str, pub color_text_regular: &'static str, pub color_text_secondary: &'static str, pub color_text_placeholder: &'static str, pub border_color_base: &'static str, pub border_color_light: &'static str, pub border_color_lighter: &'static str, pub border_color_extra_light: &'static str, pub background_color_base: &'static str, pub font_size_extra_large: &'static str, pub font_size_large: &'static str, pub font_size_medium: &'static str, pub font_size_base: &'static str, pub font_size_small: &'static str, pub font_size_extra_small: &'static str, pub font_family: &'static str, pub font_weight_primary: &'static str, pub line_height_primary: &'static str, pub border_radius_base: &'static str, pub border_radius_small: &'static str, pub border_radius_circle: &'static str, pub border_radius_large: &'static str, pub component_size_large: &'static str, pub component_size_default: &'static str, pub component_size_small: &'static str, pub padding_base: &'static str, pub padding_small: &'static str, pub padding_large: &'static str, pub margin_base: &'static str, pub margin_small: &'static str, pub margin_large: &'static str, pub transition_duration_slow: &'static str, pub transition_duration_base: &'static str, pub transition_duration_fast: &'static str, pub all_transition: &'static str, pub fade_transition: &'static str, pub border_transition_base: &'static str, pub color_transition_base: &'static str, pub cubic_bezier_primary: &'static str, pub cubic_bezier_secondary: &'static str, pub box_shadow_base: &'static str, pub box_shadow_light: &'static str, pub box_shadow_lighter: &'static str, pub box_shadow_dark: &'static str, pub z_index_base: i32, pub z_index_popper: i32, pub z_index_overlay: i32, pub z_index_dialog: i32, pub z_index_message: i32, pub z_index_notification: i32, pub z_index_tooltip: i32,
}
Expand description

Complete Element Plus theme with all customizable properties

Fields§

§color_primary: &'static str§color_success: &'static str§color_warning: &'static str§color_danger: &'static str§color_info: &'static str§color_white: &'static str§color_black: &'static str§color_text_primary: &'static str§color_text_regular: &'static str§color_text_secondary: &'static str§color_text_placeholder: &'static str§border_color_base: &'static str§border_color_light: &'static str§border_color_lighter: &'static str§border_color_extra_light: &'static str§background_color_base: &'static str§font_size_extra_large: &'static str§font_size_large: &'static str§font_size_medium: &'static str§font_size_base: &'static str§font_size_small: &'static str§font_size_extra_small: &'static str§font_family: &'static str§font_weight_primary: &'static str§line_height_primary: &'static str§border_radius_base: &'static str§border_radius_small: &'static str§border_radius_circle: &'static str§border_radius_large: &'static str§component_size_large: &'static str§component_size_default: &'static str§component_size_small: &'static str§padding_base: &'static str§padding_small: &'static str§padding_large: &'static str§margin_base: &'static str§margin_small: &'static str§margin_large: &'static str§transition_duration_slow: &'static str§transition_duration_base: &'static str§transition_duration_fast: &'static str§all_transition: &'static str§fade_transition: &'static str§border_transition_base: &'static str§color_transition_base: &'static str§cubic_bezier_primary: &'static str§cubic_bezier_secondary: &'static str§box_shadow_base: &'static str§box_shadow_light: &'static str§box_shadow_lighter: &'static str§box_shadow_dark: &'static str§z_index_base: i32§z_index_popper: i32§z_index_overlay: i32§z_index_dialog: i32§z_index_message: i32§z_index_notification: i32§z_index_tooltip: i32

Trait Implementations§

Source§

impl Clone for Theme

Source§

fn clone(&self) -> Theme

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Theme

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for Theme

Source§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

§

impl Freeze for Theme

§

impl RefUnwindSafe for Theme

§

impl Send for Theme

§

impl Sync for Theme

§

impl Unpin for Theme

§

impl UnsafeUnpin for Theme

§

impl UnwindSafe for Theme

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> InitializeFromFunction<T> for T

Source§

fn initialize_from_function(f: fn() -> T) -> T

Create an instance of this type from an initialization function
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<Ret> SpawnIfAsync<(), Ret> for Ret

Source§

fn spawn(self) -> Ret

Spawn the value into the dioxus runtime if it is an async block
Source§

impl<T, O> SuperFrom<T> for O
where O: From<T>,

Source§

fn super_from(input: T) -> O

Convert from a type to another type.
Source§

impl<T, O, M> SuperInto<O, M> for T
where O: SuperFrom<T, M>,

Source§

fn super_into(self) -> O

Convert from a type to another type.
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<S, T> Upcast<T> for S
where T: UpcastFrom<S> + ?Sized, S: ?Sized,

Source§

fn upcast(&self) -> &T
where Self: ErasableGeneric, T: Sized + ErasableGeneric<Repr = Self::Repr>,

Perform a zero-cost type-safe upcast to a wider ref type within the Wasm bindgen generics type system. Read more
Source§

fn upcast_into(self) -> T
where Self: Sized + ErasableGeneric, T: Sized + ErasableGeneric<Repr = Self::Repr>,

Perform a zero-cost type-safe upcast to a wider type within the Wasm bindgen generics type system. Read more
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more