New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-clock-analog

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-clock-analog

Simple analog clock for React

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

react-clock-analog

Simple analog clock for React

NPM JavaScript Style Guide react-clock-analog Banner

Install

npm i react-clock-analog

or

yarn add react-clock-analog

Usage

import React from 'react';
import './index.css';

import { AnalogClock } from 'react-clock-analog';
import 'react-clock-analog/dist/index.css';

const App = () => {
  return (
      <AnalogClock
        className='AnalogClock'
        hour={4}
        minute={30}
        loading={false}
        darkMode={false}
        centerDot={true}
      />
  );
};

export default App;

License

MIT © boof-tech

FAQs

Package last updated on 08 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts