1.0.10 • Published 4 years ago
react-calculatxr v1.0.10
react-calculatxr
Install
npm install react-calculatxr --save
yarn add react-calculatxrUsage
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 |