orbital-core-components 0.1.1

Themed Orbital UI components for Leptos applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod styles;
mod textarea;
mod types;

pub use textarea::Textarea;
#[cfg(feature = "preview")]
pub use textarea::TEXTAREA_PREVIEW_REGISTRATION;
pub use types::{TextareaAppearance, TextareaBind, TextareaEvents};

pub use orbital_base_components::{
    TextareaRef, TextareaResize, TextareaRule, TextareaRuleTrigger, TextareaSize,
};