react-birds

0.0.3 • Public • Published

react-birds

Synopsis

Extracted React Component for the birds on this chrome experiment

Code Example

Add Three.JS to your web project <script src="https://ajax.googleapis.com/ajax/libs/threejs/r69/three.min.js"></script>

Download from NPM npm install react-birds --save

Then include the component into your react like so:

'use strict';
 
import React from 'react';
import ReactDOM from 'react-dom';
import Birds from 'react-birds';
 
ReactDOM.render(
    <Birds />, // Render Component
    document.getElementById('entry')
);

Motivation

These birds gave the website neat aesthetic feel; therefore, I abstracted the birds to their own component. alt text

Readme

Keywords

Package Sidebar

Install

npm i react-birds

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • deepblue129