Sign In

react-mac-calculator-extra

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mac-calculator-extra

Extended from https://KaiHotz.github.io/React-Mac-Calculator

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

React-Mac-Calculator

NPM JavaScript Style Guide license

Live Demo

Click here

Overview

This is a reusable macOs like calculator component, nothing more nothing less

Usage

First install into your App

with npm:

npm i -S react-mac-calculator

with yarn:

yarn add react-mac-calculator

Then import and use it in your App

import React from 'react'
import { Calculator } from 'react-mac-calculator'

const App = props => (
  <div className="app">
    <Calculator />
  </div>
)

export default App

FAQs

Package last updated on 24 Jun 2020

Related posts