@inspectr/ui

0.4.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @inspectr/ui

Homepage

inspectr.dev

Weekly Downloads

16

Version

0.4.0

License

none

Unpacked Size

3.09 MB

Total Files

6

Last publish

Collaborators

  • trinix