vava-viz-components
v0.1.13
Published
Visualization and web components
Downloads
8
Readme
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)