@aic-international/tariff-engine
v1.0.26
Published
A React + TypeScript module for tariff calculation, developed on behalf of AIC.
Readme
AIC-Tariff-Engine
A React + TypeScript module for tariff calculation, developed on behalf of AIC.
Installation
Install my-project with npm
npm i @aic-international/tariff-engineUsage/Examples
import { ConstructionKit } from '@aic-international/tariff-engine';
import '@aic-international/tariff-engine/dist/index.css';
function App() {
return (
<div>
<h1>Tariff Calculator</h1>
<ConstructionKit />
</div>
);
}License
MIT
Authors
Sebastian Pöllath (developed on behalf of AIC)
Used By
This project is used by the following companies:
- AIC Architekten Ingenieur Consult Köhler & Co. KG
- AIC Swiss AG
Tech Stack
This project is built using the following technologies:
- React - A JavaScript library for building user interfaces, particularly for single-page applications.
- TypeScript - A statically typed superset of JavaScript that provides type safety and better tooling.
- Vite - A next-generation, fast build tool that provides an optimized development environment.
