UNPKG

@icoms-detection/ui

Version:

This is the OFFICIAL UI library created by Icoms Detection to design their apps.

12 lines (11 loc) 564 B
export { useComponentSize } from "./utils/use-size"; export { Button } from "./components/button"; export { Navbar } from "./components/navbar"; export { Card } from "./components/card"; export { Select } from "./components/select"; export { Input } from "./components/input"; export { ButtonGroup } from "./components/buttonGroup"; export { Text } from "./components/text"; export { LabelledInput } from "./components/labelledInput"; export { Modal } from "./components/modal"; export { HomeIcon, SettingsIcon, LoadingIcon } from "./components/icons";