framer-uilabel

0.1.1 • Public • Published

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 UILabels.

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' })

/framer-uilabel/

    Package Sidebar

    Install

    npm i framer-uilabel

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • peteschaffner