Skip to content

hugomagallanes/framer-videocards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VideoCard components

license PRs Welcome Maintenance

Install with Framer Modules

The VideoCard modules allows you to instantly generate an video cards.

Installation

Manual installation

Copy or save the VideoCards.coffee file into your project's modules folder.

Adding It to Your Project

In your Framer project, add the following:

# If you manually installed
VideoCards = require "VideoCards"

API

new StatusBarLayer

Instantiates a new instance of StatusBarLayer.

Available options

myStatusBar = new StatusBarLayer
	# iOS version
	version: <number> (10 || 11)
	
	# Content
	video: <url>
	source: <string> 
	description: <string>	

Example project


About

Framer module for creating videocards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors