0.2.1 • Published 9 years ago

vizz-components v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Vizzuality components

Vizzuality components is a collection of React components that we use in our projects.

Components

  • Globe: A 3D earth with controls, zoom and animation. It uses WebGL and three.js.
  • Spinner: Spinner is a Icon that, well, spins.

How to use

You need to have configured nodejs and npm before, then you can install using this command:

npm install --save vizz-components

Example using ES6:

import React from 'react';
import { Spinner } from 'vizz-components';

class MyView extends React.Component {
  render() {
    return (
      <Spinner />
    );
  }
}

Contribution

If you want to contribute to this project adding new React components, just follow this simple instructions:

  • Make sure you have installed nodejs
  • Clone this repo
  • Install project dependences with npm install
  • Create your component inside components directory
  • Add your component story inside stories/index.js file
  • Run the storybook with npm start
  • Send us a pull-request with your awesome component :)

License

Vizzuality Components is freely distributable under the terms of the MIT license.

0.2.1

9 years ago

0.2.0

9 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

1.0.0

10 years ago