@jspsun/js.js
v1.0.7
Published
UI components for Jonathan Sun's website
Readme
js.js
A library for all my personal UI components. Its js.js (jonathanSun.js)!
The package is available for installation from npm or from github packages
Install using
npm install @jspsun/js.js
If you are installing from from Github Packages, make sure you authenticate with npm login or store your user token in a local .npmrc config file.
For now, you can find a mirror on the npm registry if you prefer to use the standard npm cli as normal.
All the components are viewable in a sandbox here
You can see all the components in production here
Starting up a server for local development
npm run storybook- navigate to http://localhost:6006/
