@inspectr/ui v0.4.0
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
Install the package via npm:
npm install @inspectr/uiUsage
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-storybookContributing
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.
7 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago