genui-library
v1.0.38
Published
React UI Components Library
Readme
genui-library
🌐 Website: https://genui-1-tkei.onrender.com
A lightweight React UI component library for GenUI.
Included Components
ButtonNavBarAuthFormLoaderDashboardContactFormHeroSectionPricingSectionFeatureSectionsTestimonialsCarouselFAQSectionAIChatCommandPaletteKanbanBoardEventCalendarFileUploadProductPageUserProfileSettingsNotificationCenter
More components are coming soon.
Installation
npm install genui-libraryPeer Dependency
This package requires React 18 or later.
npm install reactUsage
import {
Button,
NavBar,
AuthForm,
Loader,
HeroSection,
} from "genui-library";
export default function App() {
return (
<div>
<NavBar />
<HeroSection />
<Button label="Click Me" />
<Loader />
<AuthForm />
</div>
);
}Button
Flexible button component with multiple styles, colors, and states.
<Button label="Primary" />
<Button label="Danger" color="danger" />
<Button label="Outline" variant="outline" />
<Button label="Loading" loading />Documentation
For full usage details, examples, and API reference, visit the official documentation:
https://genui-1-tkei.onrender.com
License
ISC
