framer-uilabel
v0.1.1
Published
UILabel module for Framer.js
Downloads
7
Readme
Framer UILabel
module
Create a layer that is the intrinsic size (height and width) of the text content
it contains. API and behavior ~inspired by iOS UILabel
s.
Usage
$ framer myProject &
$ cd myProject
$ npm install --save peteschaffner/framer-uilabel
index.js:
var UILabel = require('framer-uilabel')
var myLabel = new UILabel({ text: 'Hello World' })