@divizend-rake/core
v1.0.0
Published
Divizend UI components
Downloads
4
Readme
@divizend-rake/core
Divizend UI components
Install
npm install --save @divizend-rake/core
Usage
import React, { Component } from 'react'
import { Button } from '@divizend-rake/core'
import { CtaButton } from '@divizend-rake/core/Button'
import '@divizend-rake/core/dist/index.css'
class Example extends Component {
render() {
return (
<Button variant="cta">Submit file</Button>
<CtaButton>Submit file</CtaButton>
)
}
}
License
MIT © simon-scholz