React UI component library & design system
@vitormalencar
github.com/vitormalencar
Material UI
Rebass
Spotify
Living style guide
Create
Bundle
Export
Reactive
Data
OPINARY
COMPONENTS
NAVBAR
FRONT-END
Reactive
Data
Dashboard
LIST ITEM
insights
Reactive
Data
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>
)
}
}
@vitormalencar
github.com/vitormalencar