cross-ui A cross platform component library Installation npm install cross-ui Usage import { multiply } from "cross-ui"; // ... const result = await multiply(3, 7); Contributing See the contributing guide to learn how to contribute to the repository and the development workflow. License MIT