0.4.0 • Published 6 months ago

@inspectr/ui v0.4.0

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

Inspectr UI

React UI components for 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.

0.4.0

6 months ago

0.3.0

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

8 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago