@inspectr/ui 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/inspectr-ui.es.js +2418 -2348
- package/dist/inspectr-ui.umd.js +19 -17
- package/dist/ui.css +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Inspectr UI
|
|
2
2
|
|
|
3
|
-
React UI components for [Inspectr](https://github.com/
|
|
3
|
+
React UI components for [Inspectr](https://github.com/inspectr-hq/inspectr#readme).
|
|
4
4
|
|
|
5
|
-
<img src="https://raw.githubusercontent.com/
|
|
5
|
+
<img src="https://raw.githubusercontent.com/inspectr-hq/inspectr/main/assets/inspectr-app.png" alt="Request Inspectr" width="80%">
|
|
6
6
|
|
|
7
7
|
## Introduction
|
|
8
8
|
|
|
9
|
-
**Inspectr UI** is a collection of React UI components built for the [Inspectr](https://github.com/
|
|
9
|
+
**Inspectr UI** is a collection of React UI components built for the [Inspectr](https://github.com/inspectr-hq/inspectr#readme) project. It leverages modern tools like Vite and TailwindCSS to provide a fast, customizable, and modular UI library for your React applications.
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
@@ -55,8 +55,8 @@ npm run build-storybook
|
|
|
55
55
|
|
|
56
56
|
## Contributing
|
|
57
57
|
|
|
58
|
-
Contributions are welcome! If you have ideas, improvements, or bug fixes, please open an issue or submit a pull request via the [GitHub repository](https://github.com/
|
|
58
|
+
Contributions are welcome! If you have ideas, improvements, or bug fixes, please open an issue or submit a pull request via the [GitHub repository](https://github.com/inspectr-hq/inspectr-ui).
|
|
59
59
|
|
|
60
60
|
## Bugs & Issues
|
|
61
61
|
|
|
62
|
-
Found a bug or have a feature request? Please report it via the [issue tracker](https://github.com/
|
|
62
|
+
Found a bug or have a feature request? Please report it via the [issue tracker](https://github.com/inspectr-hq/inspectr-ui/issues).
|