@gtpwebdev/react-component-library
v2.0.5
Published
A personal React component library powered by MUI
Downloads
51
Maintainers
Readme
@gtpwebdev/react-component-library
About
This library is built and maintained by @gtpwebdev as a personal react component toolkit for rapid UI development.
🚀 Installation
npm install @gtpwebdev/react-component-libraryAvailable Components and status
📹 Media
| Component | Status | Description |
| ---------------- | --------- | ------------------------------------------------------------ |
| ImageSlideshow | ✅ Stable | Displays an image slideshow with optional title and captions |
🖼️ Display
| Component | Status | Description |
| ------------ | --------- | --------------------------------------------- |
| CentredBox | ✅ Stable | Provides a fully centred box for its children |
Example Usage
import { TwoButtonsInBox } from "@gtpwebdev/react-component-library";
<TwoButtonsInBox text1="Yes" text2="No" />;