Socket
Book a DemoInstallSign in
Socket

@inspectr/ui

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inspectr/ui

React UI components for Inspectr

latest
Source
npmnpm
Version
1.2.1
Version published
Weekly downloads
17
-89.88%
Maintainers
1
Weekly downloads
 
Created
Source

Inspectr UI

React UI components for Inspectr.

Request Inspectr

Introduction

Inspectr UI is a collection of React UI components built for the Inspectr project. It leverages modern tools like Vite and TailwindCSS to provide a fast, customizable, and modular UI library for your React applications.

Installation

npm npm

Install the package via npm:

npm install @inspectr/ui

Usage

Import the components and accompanying CSS into your React project:

import React from 'react';
import { InspectrApp } from '@inspectr/ui';
import '@inspectr/ui/style.css';

const App = () => (
  <div>
    <InspectrApp />
  </div>
);

export default App;

Storybook

Explore and test components in isolation with Storybook.

  • Start Storybook locally:
npm run storybook
  • Build a static Storybook site:
npm run build-storybook

Contributing

Contributions are welcome! If you have ideas, improvements, or bug fixes, please open an issue or submit a pull request via the GitHub repository.

Bugs & Issues

Found a bug or have a feature request? Please report it via the issue tracker.

FAQs

Package last updated on 19 Sep 2025

Did you know?

Socket

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.

Install

Related posts