space-pencil

0.3.0 • Public • Published

Space Pencil

The only feature this library currently has is an element builder with the same DSL as SpacePen, but it returns a raw DOM element rather than a jQuery fragment.

It's exported as $$:

{$$} = require 'space-pencil'
 
element = $$ ->
  @div class: "greeting"->
    @h1 ->
      @text "Hello"
      @span "World"

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    2
  • 0.2.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i space-pencil

Weekly Downloads

2

Version

0.3.0

License

MIT

Last publish

Collaborators

  • atom-team
  • nathansobo