Helper Method Modules
0.X ALPHA STATUS
VueVentus is in a 0.x (alpha) status. It is in an post-experimental stage, and is suitable for rapid prototyping, but modules and components could change between minor releases. Additionally, there's more components and modules coming!
Helper Method Modules are utility functions for use around and within VueVentus.
- appColorPairs()
- camelCaseToTitleCase()
- decimalsOnly()
- digitsOnly()
- forceBodyClick()
- formatBytes()
- formatDateMMDDYYYY()
- formatDateTraditional()
- formatMediaTime()
- formatNumber()
- getRandomInt()
- hexadecimals()
- mergeWithVvConfig()
- monthNames()
- padNumber()
- randomGroundAndTextColors()
- randomHex()
- randomHexShort()
- randomString()
- shuffleArray()
- slugifyString()
- stringToCamelCase()
- stringToFilename()
- timestampToDateTimeAmPm()
- uniqueArray()
- verifyDateMMDDYYYY()
- verifyEmailString()
- verifyRunTime()
- verifyStringLengths()
- verifyType()