
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@geowiki/ui
Advanced tools
Comprehensive React UI component library for GeoWiki applications, built with Radix UI primitives and Tailwind CSS.
Comprehensive React UI component library for GeoWiki applications, built with Radix UI primitives and Tailwind CSS.
npm install @geowiki/ui
# or
pnpm add @geowiki/ui
npm install react react-dom next next-auth react-hook-form leaflet react-leaflet @react-leaflet/core @tanstack/react-query classnames cookies-next @geowiki/api-proxy @geowiki/cms-proxy @geowiki/evoland-api-proxy
Import the pre-built Tailwind CSS file in your app entry point:
import "@geowiki/ui/styles.css";
Note: This CSS includes Tailwind
componentsandutilitieslayers. Your app should provide@tailwind baseand define the required CSS custom properties (theme variables) for colors, fonts, and spacing. See the Tailwind Config section below.
import { Button, Input, Dialog, DataTable } from "@geowiki/ui";
function MyForm() {
return (
<div>
<Input placeholder="Enter your name" />
<Button>Submit</Button>
</div>
);
}
This library uses CSS custom properties for theming. Your app's Tailwind config should extend the shared GeoWiki config, or define these CSS variables:
:root {
--primary: #your-color;
--secondary: #your-color;
--background: #your-color;
--foreground: #your-color;
/* ... see tailwind-config package for full list */
}
MIT
FAQs
Comprehensive React UI component library for GeoWiki applications, built with Radix UI primitives and Tailwind CSS.
The npm package @geowiki/ui receives a total of 504 weekly downloads. As such, @geowiki/ui popularity was classified as not popular.
We found that @geowiki/ui 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
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.