react-chrono
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "react-chrono", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "a modern timeline component for React", |
@@ -60,2 +60,5 @@ [![Build Status](https://dev.azure.com/prabhummurthy/react-chrono/_apis/build/status/prabhuignoto.react-chrono?branchName=master)](https://dev.azure.com/prabhummurthy/react-chrono/_build/latest?definitionId=7&branchName=master) | ||
```sh | ||
import React from "react" | ||
import { Chrono } from "react-chrono"; | ||
const Home = () => { | ||
@@ -76,3 +79,3 @@ const items = [{ | ||
<div style={{ width: "500px", height: "400px" }}> | ||
<chrono items={items} cardHeight={300} /> | ||
<Chrono items={items} cardHeight={300} /> | ||
</div> | ||
@@ -79,0 +82,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
546575
265