timeline-card
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "timeline-card", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A React component for rendering e-cards with Tailwind CSS.", |
@@ -45,2 +45,3 @@ # Timeline Card | ||
} from "timeline-card"; | ||
import "timeline-card/dist/index.css"; | ||
@@ -100,2 +101,10 @@ const App = () => { | ||
## Styling | ||
The package includes built-in styling using Tailwind CSS. To ensure the styles are applied, make sure you import the CSS file in your project: | ||
```javascript | ||
import "timeline-card/dist/index.css"; | ||
``` | ||
### Customizing the Timeline | ||
@@ -102,0 +111,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33884
165