React UI component library & design system
@vitormalencar
github.com/vitormalencar
Material UI
Rebass
Spotify
Google
Living style guide
Create
Bundle
Export
Reactive
Data
OPINARY
COMPONENTS
NAVBAR
FRONT-END
Dashboard
LIST ITEM
insights
CARDS
npm i git+ssh://git@github.com/opinary/opinarycomponents.git --save
import React, { Component } from 'react' import {ComponentName} from 'op_components' export default class App extends Component { render () { return ( <div> <ComponentName {...props} /> </div> ) } }
By Roberto Vitor Maia
lets code !