Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Circalify Examples

This folder contains a working demo of Circalify.

demo.html

Full-featured demo - Just double-click to run!

This file loads Circalify from the CDN (unpkg) and can be opened directly in your browser. No server needed, just double-click the file!

For Production Use

When using Circalify in your own projects, you have two options:

Option 1: Via npm + bundler (recommended)

npm install circalify

Option 2: Via CDN

<script type="module">
  import CircularTimeline from 'https://unpkg.com/circalify/src/index.js';
  // Your code
</script>

See the main README for full documentation.