npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@dennislee928/nothingx-react-components

v1.0.0

Published

Nothing OS / NThing-UI style React components — dot-matrix, minimal black/white/red, hardware tech aesthetic

Downloads

41

Readme

NothingX React Components

React 元件庫,對應 NThing-UI-main Rainmeter 皮膚的視覺風格:Nothing OS / Nothing Phone — 點陣字體、極簡黑白紅配色、硬體科技感與復古數位美學。

安裝

npm install nothingx-react-components

使用方式

import {
  Clock,
  DateWidget,
  Weather,
  Battery,
  MonitorCPU,
  NothingButton,
  nothing, // 設計 token
} from 'nothingx-react-components';

function App() {
  return (
    <div style={{ background: nothing.colors.bg, padding: 24 }}>
      <Clock />
      <NothingButton onClick={() => {}}>Click</NothingButton>
    </div>
  );
}

各元件為獨立 React 元件,可搭配任一 React / Next 專案。設計 token 見 tsx/theme.tsnothing.colorsnothing.radius)。

Demo 網站

專案內含 demo-web(Vite + React),依類別分頁展示所有元件:

cd demo-web
npm install
npm run dev

在瀏覽器開啟後可依分類瀏覽並預覽元件。

元件分類一覽

| 分類 | 說明 | |------|------| | Core | Clock, DateWidget, Weather, MonitorRAM, MonitorStorage, Battery, Music, Quotes, Calendar, Photos, CalendarEvent | | System & Hardware | MonitorCPU, MonitorNetwork, WifiSignal, BluetoothStatus, Temperature, VolumeControl, BrightnessControl, FanSpeed, PowerMode, DeviceUptime | | Weather & Environment | WeatherCurrent, WeatherForecast, AirQuality, SunriseSunset, MoonPhase | | Time & Productivity | Stopwatch, Timer, WorldClock, AlarmList, TodoList, NoteWidget, Pomodoro, Calculator | | Network & Feeds | NewsTicker, StockTicker, CryptoTracker, RSSFeed, DailyWord | | Health & Lifestyle | StepCounter, HeartRate, WaterIntake, SleepSummary, ScreenTime | | Media & Entertainment | AudioVisualizer, PodcastPlayer, RadioTuner, VoiceRecorder, MiniGameSnake | | Core UI (Nothing Style) | DotMatrixText, NothingButton, NothingSwitch, DottedDivider, GlitchText, BarcodeGenerator, SegmentedDisplay, RadarScan, ProgressDots, NothingCard, PillBadge, GlitchImage | | Doomsday / Mortality | DoomsdayClock, LifeCalendar, MortalityCountdown, EarthPopulation, CarbonPPM | | Developer & Terminal | TerminalPrompt, GithubContributions, ServerPing, HexViewer, RegexTester, HashGenerator, BandwidthGraph, LocalhostPorts | | Space & Sci-Fi | ISS_Tracker, MarsWeather, SolarFlareMonitor, StarMap, PhaseOfVenus | | Transport & Location | FlightTracker, TrainSchedule, Speedometer, Compass, Altimeter, CoordinateTracker | | Smart Home & IoT | SmartLightToggle, ThermostatDial, DoorLockStatus, SecurityCameraFeed, PowerConsumption, PlantMoisture | | Utility & Tools | UnitConverter, MorseCodeTranslator, Metronome, Leveler, DecibelMeter, RandomNumberGen, QRScannerUI, BPMTapper | | Fun & Easter Eggs | ConwayGameOfLife, BouncingLogo, Magic8Ball, TamagotchiPet, FortuneCookie, CoinFlip, DiceRoll | | Advanced UI | CaptchaNothing, LoadingDataStream, RedactedText, AudioWaveform, TerminalBlink | | Sci-Fi 主題 | The Gods Themselves, Foundation, Robot series, Dune, Sci-Fi Meta 等 |

150+ 個元件,詳見 tsx/index.ts 匯出。

發佈至 npm

  1. 登入 npm:npm login
  2. 確認 package.jsonnameversion(若名稱已被使用,可改為 scoped 如 @your-scope/nothingx-react-components
  3. 發佈:npm publish(若為 scoped 且首次公開:npm publish --access public
npm login
npm publish

授權

MIT