Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Panels to just have a collapse option? #21

Open
andrewdavidcostello opened this issue Oct 14, 2015 · 0 comments
Open

Panels to just have a collapse option? #21

andrewdavidcostello opened this issue Oct 14, 2015 · 0 comments

Comments

@andrewdavidcostello
Copy link

Is it possible for this to be added in, not sure whether it would be a headerless panel or a separate collapse component but it would be really useful to have it either way so you can have a headerless collapsible panel.

For example I have a header for a section with some icons as buttons to trigger the panel:

            <h4>
                Notes
                <a class="pull-right">
                    <span class="glyphicon glyphicon-plus"
                          v-on="click: showNoteForm = !showNoteForm"
                    ></span>
                </a>
            </h4>

            <panel is-open="{{ showNoteForm }}">
                Test
            </panel>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant