Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional block templates for panel-header, panel-footer #182

Open
samselikoff opened this issue Oct 8, 2014 · 0 comments
Open

Optional block templates for panel-header, panel-footer #182

samselikoff opened this issue Oct 8, 2014 · 0 comments

Comments

@samselikoff
Copy link

I'd like to be able to add some html to my panel-header and panel-footer, something like this:

{{#bs-panel collapsible=true}}
  {{#bs-panel-heading}}
    Something here <span class='pull-right'>Ok</span>
  {{/bs-panel-heading}}
  {{#bs-panel-body}}
    My body
  {{#/bs-panel-body}}
  {{#bs-panel-footer}}
    Footer <span class='glyphicon glyphicon-camera'>
  {{/bs-panel-footer}}
{{/bs-panel}}

Would you be interested if I worked on a PR for this? I think we could still support the current API if users want text-only headers/footers.

@samselikoff samselikoff changed the title Optional block templates for panel-header, panel-body Optional block templates for panel-header, panel-footer Oct 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant