
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
dlv-react-console-lib
Advanced tools
Delhivery React Console UI Library with Ant Design and Tailwind CSS integration for building modern admin dashboards
A comprehensive React component library with Ant Design and Tailwind CSS integration for building modern admin dashboards and console applications.
npm install dlv-react-console-lib
That's it! The library will automatically install the required dependencies with fixed versions:
antd@5.27.4tailwindcss@3.3.5@tailwindcss/forms@^0.5.7tailwind-scrollbar-hide@^1.1.7If automatic installation fails, install manually:
npm install dlv-react-console-lib
npm install antd@5.27.4
npm install -D tailwindcss@3.3.5 autoprefixer@10.4.16 postcss@8.4.31 @tailwindcss/forms@^0.5.7 tailwind-scrollbar-hide@^1.1.7
import "dlv-react-console-lib/dist/tailwind.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
import React from 'react';
import {
DlvAntButton,
DlvButton,
DlvReactConsoleUI,
usePathnameDlv,
useRouterDlv
} from 'dlv-react-console-lib';
function App() {
return (
<div>
{/* Ant Design Wrapper Components */}
<DlvAntButton type="primary" onClick={() => console.log('Clicked!')}>
Ant Design Button
</DlvAntButton>
{/* Custom Components */}
<DlvButton variant="primary" size="large">
Custom Button
</DlvButton>
{/* Console UI */}
<DlvReactConsoleUI />
</div>
);
}
DlvAntButton - Ant Design Button wrapper with custom stylingDlvButton - Custom button component with multiple variantsDlvReactConsoleUI - Main console UI componentContent - Content wrapper componentHeader - Header componentLeftSideMenu - Left sidebar menu componentTopMenu - Top navigation menu componentUserProfile - User profile componentusePathnameDlv - Custom routing hookuseRouterDlv - Custom router hookuseApi - API integration hookuseDlvEnv - Environment configuration hook# Install dependencies
npm install
# Build library
npm run build:all
# Watch for changes
npm run start
MIT
Contributions are welcome! Please feel free to submit a Pull Request.
For support, email your-email@delhivery.com or create an issue on GitHub.
FAQs
Delhivery React Console UI Library with Ant Design and Tailwind CSS integration for building modern admin dashboards
We found that dlv-react-console-lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.