Skip to content

ivao-brasil/Airway-Animation

Repository files navigation

POC - Airway Animation

Made with create-react-library

JavaScript Style Guide

Proof of concept on how to make the airway animation section for the new divisional website.

Here is how it should look:

How it should look

Install

npm install --save git+https://github.com/ivao-brasil/Airway-Animation.git

Usage

import 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;
    };
}

About

Proof of concept on how to make the airway animation section for the new divisional website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •