Socket
Socket
Sign inDemoInstall

vizz-components

Package Overview
Dependencies
23
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vizz-components

A collection of components to use in Vizzuality's project


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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.

FAQs

Last updated on 16 Feb 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc