react-calculatxr
v1.0.10
Published
A calculator similar to the windows calculator
Downloads
14
Maintainers
Readme
react-calculatxr
Install
npm install react-calculatxr --save
yarn add react-calculatxr
Usage
import { Calculator } from "react-calculatxr";
import "react-calculatxr/dist/react-calculatxr.css";
const Example = () => {
return <Calculator />;
};
Props
| Props | Type | Required | Default | Description | | :-------- | :----: | :------: | :-----: | -----------------------------------------------------------------------------------: | | className | String | Optional | null | You can provide a class you'd like to add to the calculator to add some styles to it |