@kiranshub/dashboard-ui 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # particle-ui
1
+ # @kiranshub/dashboard-ui
2
2
 
3
3
  Angular UI component library featuring a dashboard layout with sidebar navigation, buttons, icons, and more.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install particle-ui
8
+ npm install @kiranshub/dashboard-ui
9
9
  ```
10
10
 
11
11
  ## Components
@@ -15,7 +15,7 @@ npm install particle-ui
15
15
  A full dashboard layout with collapsible sidebar, theme toggle, and user dropdown menu.
16
16
 
17
17
  ```typescript
18
- import { DashboardComponent, type NavListItem } from 'particle-ui';
18
+ import { DashboardComponent, type NavListItem } from '@kiranshub/dashboard-ui';
19
19
 
20
20
  @Component({
21
21
  imports: [DashboardComponent],
@@ -63,7 +63,7 @@ Available icons: `menu`, `chevron-left`, `chevron-right`, `xmark`, `home`, `char
63
63
  ## Button
64
64
 
65
65
  ```typescript
66
- import { ParticleButton, type ButtonVariant, type ButtonSize } from 'particle-ui';
66
+ import { ParticleButton, type ButtonVariant, type ButtonSize } from '@kiranshub/dashboard-ui';
67
67
 
68
68
  @Component({
69
69
  imports: [ParticleButton],
@@ -82,7 +82,7 @@ export class AppComponent {
82
82
  ## Icon
83
83
 
84
84
  ```typescript
85
- import { ParticleIcon, type IconName } from 'particle-ui';
85
+ import { ParticleIcon, type IconName } from '@kiranshub/dashboard-ui';
86
86
 
87
87
  @Component({
88
88
  imports: [ParticleIcon],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiranshub/dashboard-ui",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Angular UI component library with dashboard, sidebar, buttons, icons, and more",
5
5
  "keywords": [
6
6
  "angular",