Package-level declarations
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Converts a string to pascal case.
Link copied to clipboard
Prepends an indent to the string.
Link copied to clipboard
Removes trailing zeros from a string representing a number.
Link copied to clipboard
Some properties on SVG can receive a Number or a percentage. This extension function helps to extract the percentage, in case of present, and transform in the correct float value.
Link copied to clipboard
Converts a string representation of a length to a float value.
Link copied to clipboard
Converts a string to a percentage float value.
Link copied to clipboard
Converts a Float to its string representation, ensuring that whole numbers always include a decimal point (e.g., 10.0 instead of 10).