@cristianmpx/react-import-sheet-ui-raw 1.0.0 → 1.0.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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @cristianmpx/react-import-sheet-ui-raw
|
|
2
2
|
|
|
3
3
|
UI components for sheet import — built on [@cristianmpx/react-import-sheet-headless](https://github.com/cristianm-developer/react-import-sheet-headless). **Hooks-first, headless:** no styles; you apply your own CSS and markup.
|
|
4
4
|
|
|
@@ -13,7 +13,7 @@ UI components for sheet import — built on [@cristianmpx/react-import-sheet-hea
|
|
|
13
13
|
## Install
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install @
|
|
16
|
+
npm install @cristianmpx/react-import-sheet-ui-raw @cristianmpx/react-import-sheet-headless react react-dom
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
@@ -22,7 +22,7 @@ Configure the headless engine with `ImporterProvider`, then use the raw UI compo
|
|
|
22
22
|
|
|
23
23
|
```tsx
|
|
24
24
|
import { ImporterProvider } from '@cristianmpx/react-import-sheet-headless';
|
|
25
|
-
import { RawProgressMonitor, RawAbortController } from '@
|
|
25
|
+
import { RawProgressMonitor, RawAbortController } from '@cristianmpx/react-import-sheet-ui-raw';
|
|
26
26
|
|
|
27
27
|
<ImporterProvider layout={myLayout} engine="auto">
|
|
28
28
|
<RawProgressMonitor>
|