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

Issue 16 #20

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Issue 16 #20

wants to merge 4 commits into from

Conversation

lesliedoherty
Copy link

I've added the is-toggle and is-boxed classes and a few examples to help clarify the options.

Here is one example as rendered:

screen shot 2017-08-15 at 10 13 07 am

screen shot 2017-08-15 at 10 12 55 am

src/Tabs.vue Outdated
@@ -1,6 +1,6 @@
<template>
<div :class="{ 'vue-bulma-tabs': true, [`is-layout-${layout}`]: true }">
<div :class="{ tabs: true, [`is-${size}`]: size, [`is-${alignment}`]: alignment, [`is-${type}`]: type, 'is-fullwidth': isFullwidth }">
<div :class="{ tabs: true, [`is-${size}`]: boxed, [`is-${size}`]: size, [`is-${alignment}`]: alignment, [`is-${type}`]: type, 'is-fullwidth': isFullwidth }">
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I caught this and fixed it in the next commit

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

Successfully merging this pull request may close these issues.

1 participant