Socket
Socket
Sign inDemoInstall

simple-react-calculator

Package Overview
Dependencies
70
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    simple-react-calculator

It is a calculator like Mac OS.


Version published
Maintainers
1
Install size
1.60 MB
Created

Readme

Source

Calculator built with React

npm version NPM npm bundle size

Simple-React-Calculator

Demo

It is a calculator like Mac OS.

Scientific Calculator is not supported.

Install

To use simple-react-calculator, all you need to do is install the simple-react-calculator package and its peer dependencies.

npm install simple-react-calculator @emotion/react @emotion/styled

or

yarn add simple-react-calculator @emotion/react @emotion/styled

Usage

import { ReactCalculator } from "simple-react-calculator";

const Example = () => {
  return <ReactCalculator />;
};

Keywords

FAQs

Last updated on 15 May 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc