@jay-js/ui
Version:
A library of UI components for Jay JS with Tailwind CSS and daisyUI.
11 lines (10 loc) • 299 B
JavaScript
/**
* @author: AJCastello
* @version: 1.0.2
* @date: 2023-04-30
* @description: Jay-JS UI component library for building responsive and scalable web applications.
* @license: MIT
*
*/ export * from "./utils/index.js";
export * from "./hooks/index.js";
export * from "./components/index.js";