Skip to content

JosephChotard/react-clock-emoji

Repository files navigation

React Clock Emoji

Simple component that renders the closest clock emoji to the current time.

Installation

npm install react-clock-emoji

Usage

import React from 'react'

import { ClockEmoji } from 'react-clock-emoji'

const App = () => (
  <ClockEmoji time={"15:45"} defaultTime={"12:00"}/>
)

Props

Name Type Default Description
time string | number | Date | undefined null Time to render the clock emoji for.
defaultTime string | number | Date null Time to render the clock emoji for if time is null.

If time is a number, it is assumed to be the number of minutes since midnight. If time is a string, it is assumed to start with "HH:mm".

Time will always be modulated to ensure it is within the allowed range.

Screenshots

image-removebg-preview (1)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published