ajstrand / styled-resume

Resume generator library (compatible with React/Preact)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Resume generator library (compatible with React/Preact)

License:MIT License


Languages

Language:JavaScript 89.2%Language:TypeScript 4.9%Language:HTML 4.3%Language:CSS 1.5%