Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 845 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 845 Bytes

Styled Resume

styled resume made with made with web technologies

NPM JavaScript Style Guide

Install

npm install --save styled-resume

Usage

//TODO: this section needs updating at some point when project is ready

import React, { Component } from 'react'

import StyledResume from 'styled-resume'
import 'styled-resume/dist/index.css'

class Example extends Component {
  render() {
    return <StyledResume/>
  }
}

Acknowledgments

The original design for this resume template comes from and is copyright of isabelacmor

License

MIT © ajstrand