Shared UI components for building Happy Money products.
npm install --save git+ssh://git@stash.int.payoff.com:7999/fe/happy-ui.git
npm run build
cd example && npm i && npm run storybook
import React, { Component } from 'react'
import { Button } from 'happy-ui'
class Example extends Component {
render () {
return (
<Button />
)
}
}
MIT © Happy Money