EDS4 logo
@eds/utils-components
v4.0.10

UtilsComponents

A util library of component related function

Accepts a string and returns the string with the first letter capitalised.

// {
// a11y,
// address_input,
// badge,
// ...
// }

A single object containing all the exported modules from each package

// {
// ...a11y,
// ...address_input,
// ...badge,
// ...
// }

An object with each package name mapped to all of its available exports

// {
// a11y: ['VisuallyHidden', 'visuallyHiddenStyles', 'SkipTo'],
// address-input: ['SelectItemOverride', 'AddressInput' ],
// ...
// }