@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) • 475 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0});exports.weight={base:"kg",kg:{toBase:e=>e,fromBase:e=>e,fullName:"Kilogram"},g:{toBase:e=>e/1e3,fromBase:e=>1e3*e,fullName:"Gram"},mg:{toBase:e=>e/1e6,fromBase:e=>1e6*e,fullName:"Milligram"},lb:{toBase:e=>.45359237*e,fromBase:e=>e/.45359237,fullName:"Pound"},oz:{toBase:e=>.028349523125*e,fromBase:e=>e/.028349523125,fullName:"Ounce"},st:{toBase:e=>6.35029318*e,fromBase:e=>e/6.35029318,fullName:"Stone"}};