UNPKG

@nexusui/components

Version:

These are custom components specially-developed for NexusUI applications. They will make your life easier by giving you out-of-the-box implementations for various high-level UI elements that you can drop directly into your application.

2 lines (1 loc) 248 B
const e={base:"°C","°C":{toBase:e=>e,fromBase:e=>e,fullName:"Celsius degree"},"°F":{toBase:e=>5/9*(e-32),fromBase:e=>1.8*e+32,fullName:"Fahrenheit degree"},K:{toBase:e=>e-273.15,fromBase:e=>e+273.15,fullName:"Kelvin"}};export{e as temperature};