update
This commit is contained in:
parent
a8a23db252
commit
7b12788a92
1 changed files with 9 additions and 0 deletions
|
@ -79,6 +79,15 @@ impl TextWidget {
|
|||
self
|
||||
}
|
||||
|
||||
/// Turn `Text` size to 3XL.
|
||||
///
|
||||
/// Adds the class `text-3xl`
|
||||
#[must_use]
|
||||
pub fn _3xl(mut self) -> Self {
|
||||
self.size = "text-3xl".to_string();
|
||||
self
|
||||
}
|
||||
|
||||
/// Turn `Text` size to 2XL.
|
||||
///
|
||||
/// Adds the class `text-2xl`
|
||||
|
|
Loading…
Add table
Reference in a new issue