Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

timeline-card

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timeline-card - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc