All Projects → RayPS → Framer-CollectionComponent

RayPS / Framer-CollectionComponent

Licence: other
Framer Module

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to Framer-CollectionComponent

Framer-Module-ShakeEvent
Shake event for your prototype.
Stars: ✭ 62 (+181.82%)
Mutual labels:  prototype, module, framer-resources, framer, framerjs, framer-prototype, framer-studio, framer-component
framer-seed
Kickstart your Framer Library prototype development.
Stars: ✭ 31 (+40.91%)
Mutual labels:  prototype, framer, framerjs, framer-prototype
Framer-app-base
A Framer module to create the base of an app with a flow component and a tab bar menu
Stars: ✭ 13 (-40.91%)
Mutual labels:  prototype, framer, framerjs, framer-studio
framer-view-stack
A Framer module for creating views that stack on top of each other.
Stars: ✭ 24 (+9.09%)
Mutual labels:  framer, framerjs
es-cookie
A simple, lightweight module for handling cookies
Stars: ✭ 36 (+63.64%)
Mutual labels:  module
i3blocks-crypto
💵 View your favorite coins' ticker prices with i3blocks.
Stars: ✭ 30 (+36.36%)
Mutual labels:  module
terraform-lambda-fixed-ip
Provide a fixed IP (ElasticIP) to your AWS Lambdas
Stars: ✭ 20 (-9.09%)
Mutual labels:  module
fastlane-plugin-create xcframework
Fastlane plugin that creates xcframework for given list of destinations 🚀
Stars: ✭ 58 (+163.64%)
Mutual labels:  module
sirius
Modern coffeescript/javascript framework
Stars: ✭ 20 (-9.09%)
Mutual labels:  prototype
module-init
🏁 Create a new node module with all the right stuff.
Stars: ✭ 71 (+222.73%)
Mutual labels:  module
damb
An advanced module builder for Dolibarr ERP/CRM
Stars: ✭ 14 (-36.36%)
Mutual labels:  module
go-checksum
Simple tool to calc Golang module checksum of go.mod and module dir.
Stars: ✭ 45 (+104.55%)
Mutual labels:  module
react-native-kakao-login
React Native module for kakao login sdk: rn-kakao-login
Stars: ✭ 76 (+245.45%)
Mutual labels:  module
MCM2017
MCM 2017
Stars: ✭ 17 (-22.73%)
Mutual labels:  module
pug-server
🐶 A simple pug server
Stars: ✭ 19 (-13.64%)
Mutual labels:  prototype
conreality
Don't panic, it's just a game.
Stars: ✭ 13 (-40.91%)
Mutual labels:  prototype
a11y-map
A11y map testing
Stars: ✭ 18 (-18.18%)
Mutual labels:  prototype
fvtt-data-toolbox
Foundry VTT Data Toolbox
Stars: ✭ 17 (-22.73%)
Mutual labels:  module
cisco ios
Cisco IOS Catalyst module
Stars: ✭ 14 (-36.36%)
Mutual labels:  module
terraform-remote-state
A Terraform module that configures an s3 bucket for use with Terraform's remote state feature
Stars: ✭ 21 (-4.55%)
Mutual labels:  module

Framer-CollectionComponent

CollectionComponent Framer Module

Usage:

Put CollectionComponent.coffee into the modules folder of your project.

{CollectionComponent} = require 'CollectionComponent'

myCollection = new CollectionComponent
	amount: 24
	columns: 4
	gutter: 0
	cellWidth: Screen.width / 4
	cellHeight: 100
	cell: (cell) ->
		cell.borderColor = "black"
		cell.borderWidth = 1
		cell.borderRadius = 5

[ DEMO ]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].