Skip to main content

Installation

info

CustUp supports TypeScript out of the box which is useful for type hinting and editor auto-complete among other cool things.

Install via npm

npm i custup

or include it directly from UNPKG

import CustUp from 'https://unpkg.com/custup@latest/src/custup.min.js' 

// OR unminified version

import CustUp from 'https://unpkg.com/custup@latest/src/custup.js'
<!-- And the CSS file -->
<!-- all CSS combined into one -->
<link rel="stylesheet" href="https://unpkg.com/custup@latest/src/all.min.css">

<!-- OR individual files -->
<link rel="stylesheet" href="https://unpkg.com/custup@latest/src/custup.min.css">
<link rel="stylesheet" href="https://unpkg.com/custup@latest/src/bare.min.css">
<link rel="stylesheet" href="https://unpkg.com/custup@latest/src/elegant.min.css">
<link rel="stylesheet" href="https://unpkg.com/custup@latest/src/detached.min.css">
<link rel="stylesheet" href="https://unpkg.com/custup@latest/src/profilePicture.min.css">
<link rel="stylesheet" href="https://unpkg.com/custup@latest/src/resumeUploaderUI.min.css">