0

I'm building a web application with AngularJS.

The application should behave like Codepen:

  • 4 sections,
  • allowing the user to hide/show one section or another
  • with a resizing element allowing the user to shrink or enlarge sections.

I snooped on Codepen's code and I realized it's intensively relying on JQuery-UI.

I'd like to find any Codepen-like boilerplate template or similar example using Twitter Bootstrap or matching AngularJS Thanks in advance

davidetrapani
  • 540
  • 2
  • 7
  • 16

2 Answers2

1

Plunker (http://www.plnkr.co) which is similar to CodePen is created using Angular. Check out the GitHub Repo: https://github.com/filearts/plunker

Mick Cullen
  • 9,214
  • 3
  • 21
  • 17
0

At last I found these solutions:

  1. UI-Layout
  2. Flexy Layout (discontinued?)
  3. this stackoverflow (CSS based)
Community
  • 1
  • 1
davidetrapani
  • 540
  • 2
  • 7
  • 16