Skip to content

The same Calculator as React-Calculator-App repo, but bundled with Rollup into an ES6 Module as a library

License

Notifications You must be signed in to change notification settings

KaiHotz/React-Mac-Calculator

Repository files navigation

React-Mac-Calculator

NPM 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

About

The same Calculator as React-Calculator-App repo, but bundled with Rollup into an ES6 Module as a library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published