
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@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 319 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 2 open source maintainers collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.