
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
nocturna-ui
Advanced tools
Primitivos góticos e brutalistas forjados para a web que não teme a escuridão.
A Nocturna UI é uma biblioteca de componentes React focada em interfaces de alto contraste e DX (Developer Experience) superior.
Na versão v0.1.0, apresentamos a System Props Engine e os Layout Primitives, eliminando a necessidade de arquivos CSS externos para a maioria dos casos de uso.
m, p), cores (bg, color), tipografia e layout diretamente nas props dos componentes.Box, Stack, HStack, VStack, Grid e SimpleGrid.as para alterar a tag HTML semântica (ex: as="section", as="a") mantendo os estilos.Explore o grimório digital com exemplos interativos:
npm install nocturna-ui
import { Button, Card, VStack, Text, Badge } from "nocturna-ui";
export const App = () => (
<Card title="Status do Sistema" variant="secondary" w="350px">
<VStack gap={4}>
<Text color="zinc-400">Todos os sistemas operacionais.</Text>
<HStack justify="between" w="full">
<Badge variant="primary">v0.1.0</Badge>
<Badge variant="secondary" styleType="solid">
ONLINE
</Badge>
</HStack>
<Button variant="accent" w="full" mt={4}>
Executar Diagnóstico
</Button>
</VStack>
</Card>
);
Para prototipagem rápida sem bundlers:
<script src="https://unpkg.com/nocturna-ui@0.1.0/dist/index.umd.js"></script>
<link rel="stylesheet" href="https://unpkg.com/nocturna-ui@0.1.0/dist/style.css" />
Forks e Pull Requests são bem-vindos. Consulte o guia de contribuição para começar.
Licença ISC • Criado por Ruan Oliveira Sena
FAQs
Goth & Brutalist UI Library
We found that nocturna-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.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.