vava-viz-components

0.1.13 • Public • Published

VAVACars React Components

Library with react components for Data web projects

Usage

Install with yarn or npm:

yarn add vava-viz-components

There is a base css file with common styles (reset, scrollbar, fonts...). Import it in the main index.js(x):

    import 'vava-viz-components/dist/styles/style.css'

And there is also a scss file with variables and colors you can import from your scss files:

    @import 'vava-viz-components/dist/styles/variables';

Import and use components in your code:

    import { ComponentName  } from 'vava-viz-components';

Components

Available components are:

  • Header
  • RightMenu
  • LoadingSpinner
  • Button
  • Input
  • Login

Authors

Currently maintained by:

  • Álvaro Sánchez (@alvarosperez)

Readme

Keywords

none

Package Sidebar

Install

npm i vava-viz-components

Weekly Downloads

3

Version

0.1.13

License

MIT

Unpacked Size

1.45 MB

Total Files

65

Last publish

Collaborators

  • alvarosperez