primus-react-ui 1.0.9 → 1.0.10
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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
#
|
|
1
|
+
# primus-react-ui
|
|
2
2
|
|
|
3
3
|
Premium React UI components for building modern SaaS applications with the Primus Framework.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install
|
|
8
|
+
npm install primus-react-ui
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Quick Start
|
|
12
12
|
|
|
13
13
|
```tsx
|
|
14
|
-
import { PrimusProvider, PrimusLogin } from '
|
|
14
|
+
import { PrimusProvider, PrimusLogin } from 'primus-react-ui';
|
|
15
15
|
|
|
16
16
|
function App() {
|
|
17
17
|
return (
|
|
@@ -144,3 +144,4 @@ function App() {
|
|
|
144
144
|
## License
|
|
145
145
|
|
|
146
146
|
MIT - Primus SaaS Framework
|
|
147
|
+
|