
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@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.
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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.