caitp / angular-semantic

AngularJS directives for Semantic-UI
413 stars 47 forks source link

Demo Page #9

Open caitp opened 10 years ago

caitp commented 10 years ago

It would be really nice if someone could write a demo page for this. Of course I'll work on one once it's a bit further along and a few more key elements have been implemented, but if any volunteers want to work on one, that would be really cool.

The finished (well, "shipping") modules are documented on http://caitp.github.io/angular-semantic/docs (the gh-pages branch) at the moment, so it should be fairly clear what widgets are available so far, and how to use them.

This would also be nice because it could help identify problems which I've missed, or errors in the documentation.

If anyone wants to take a stab at this, I would be very happy :) But if not, I'll work on that myself after a few more pieces are done.

There are a few good angular-based demo pages which could be used. The gruntfile is heavily influenced (and in some ways stolen from) the angular-ui/bootstrap gruntfile, so it's able to build essentially the same kind of demo page as ui-bootstrap. They are a good example demo page: bootstrap -- Obviously, they're using Bootstrap, which might not be ideal for a Semantic-UI-based project. If possible, it might be good to convert as much of it as possible to Semantic-UI, and if problems are encountered, push them as issues on the Semantic-UI repo.

akarelas commented 10 years ago

The bootstrap link in your text is broken.

caitp commented 10 years ago

Yes, I see that now, fixed ;) thanks.