gravi-react

0.1.236 • Public • Published

gravi-react

gravitate react components

NPM JavaScript Style Guide

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

Readme

Keywords

none

Package Sidebar

Install

npm i gravi-react

Weekly Downloads

137

Version

0.1.236

License

ISC

Unpacked Size

859 kB

Total Files

7

Last publish

Collaborators

  • jvogel