@adactive/arc-clock
Advanced tools
Comparing version 0.0.1-y.24 to 0.0.1-y.25
{ | ||
"name": "@adactive/arc-clock", | ||
"version": "0.0.1-y.24", | ||
"version": "0.0.1-y.25", | ||
"description": "Adsum Clock Component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Clock component | ||
## Demo | ||
[Example here](https://adactivesas.github.io/adsum-react-components/packages/adsum-clock/examples/index.html) | ||
## Getting started | ||
```javascript | ||
npm i --save-dev @adactive/arc-clock | ||
``` | ||
OR | ||
```javascript | ||
yarn add --dev @adactive/arc-clock | ||
``` | ||
```javascript | ||
import AdsumClock from "@adactive/arc-clock" | ||
@@ -8,0 +20,0 @@ ... |
@@ -90,3 +90,3 @@ import React, { Component } from 'react'; | ||
return ( | ||
<div role="presentation" className="adsum-clock-wrapper" style={this.props.style ? this.props.style : null}> | ||
<div role="presentation" className="adsum-clock-wrapper"> | ||
<div className="adsum-clock"> | ||
@@ -93,0 +93,0 @@ <div className="day-date">{this.state.date}</div> |
Sorry, the diff of this file is not supported yet
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
8393
44