Made with create-react-library
Proof of concept on how to make the airway animation section for the new divisional website.
npm install --save git+https://github.com/ivao-brasil/Airway-Animation.gitimport React from 'react'
import { AirwayAnimation } from 'airway-animation'
import 'airway-animation/dist/index.css'
const App = () => {
return <AirwayAnimation />
}Props Schema:
interface Props {
airplaneColors?: {
left?: string;
right?: string;
};
}