@shivamjadhav28/timeline-track 0.1.2 → 0.1.4
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Enterprise-ready React timeline component for projects and milestones, with status-aware colors and range navigation.
|
|
4
4
|
|
|
5
|
-

|
|
5
|
+

|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm i @
|
|
10
|
+
npm i @shivamjadhav28/timeline-track
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Usage
|
|
14
14
|
|
|
15
15
|
```tsx
|
|
16
|
-
import { TimelineTrack, type Project } from '@
|
|
16
|
+
import { TimelineTrack, type Project } from '@shivamjadhav28/timeline-track';
|
|
17
17
|
|
|
18
18
|
const projects: Project[] = [
|
|
19
19
|
{
|