gravi-react
v0.1.236
Published
gravitate react components
Downloads
26
Readme
gravi-react
gravitate react components
Install
npm install --save gravi-react
Usages
import React, { Component } from 'react'
import MyComponent from 'gravi-react'
import 'gravi-react/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
Icons
WidgetUnderline
Props: color, width, height Default Props: color: '#002140', width: '41', height: '2',AlertNotificationIcon Props: color, width, height Default Props: color: '#F8F9FA', width: '25', height: '22',
GasPumpAlertIcon -red white map pointer
GasPumpAlertWhiteIcon - white map pointer
AnalyticsIcon Props: primaryColor, secondaryColor, width, height Default Props: primaryColor: '#fff', secondaryColor: '#fff', width: '22', height: '22',
DashboardIcon Props: outlineColor, primaryColor, width, height Default Props: outlineColor: '#fff', primaryColor: '#fff', width: '23', height: '27',
InventoryAndOptimizeIcon Props: color, width, height Default Props: color: '#fff', width: '24', height: '24',
OrdersIcon Props: color, width, height Default Props: color: '#fff', width: '26', height: '26',
-PriceInsightIcon Props: baseColor, bulbColor, lightColor, width, height, Default Props: baseColor: '#fff', bulbColor: '#fff', lightColor: '#fff', width: '24', height: '23',
- Scheduling Props: primaryColor, secondaryColor, width, height Default Props: primaryColor: '#fff', secondaryColor: '#fff', width: '25', height: '25',
License
MIT © voglster