@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) • 509 B
JavaScript
import{area as i}from"./UnitsLib/area.js";import{digitalInformation as t}from"./UnitsLib/digital_information.js";import{temperature as r}from"./UnitsLib/temperature.js";import{length as m}from"./UnitsLib/length.js";import{speed as o}from"./UnitsLib/speed.js";import{time as e}from"./UnitsLib/time.js";import{volume as s}from"./UnitsLib/volume.js";import{weight as n}from"./UnitsLib/weight.js";const p={area:i,digitalInformation:t,temperature:r,length:m,speed:o,time:e,volume:s,weight:n};export{p as unitLib};