import { storiesOf } from '@storybook/vue' import { withA11y } from '@storybook/addon-a11y' import UserTeaser from '~/components/UserTeaser/UserTeaser.vue' import helpers from '~/storybook/helpers' helpers.init() export const user = { id: 'u6', slug: 'louie', name: 'Louie', avatar: { url: 'https://s3.amazonaws.com/uifaces/faces/twitter/designervzm/128.jpg', }, about: 'Illum in et velit soluta voluptatem architecto consequuntur enim placeat. Eum excepturi est ratione rerum in voluptatum corporis. Illum consequatur minus. Modi incidunt velit.', disabled: false, deleted: false, locationName: null, location: null, createdAt: '2019-09-18T14:16:01.695Z', badges: [], badgesCount: 0, shoutedCount: 1, commentedCount: 2, contributionsCount: 5, followingCount: 1, following: [ { id: 'u3', slug: 'jenny-rostock', name: 'Jenny Rostock', avatar: { url: 'https://s3.amazonaws.com/uifaces/faces/twitter/bowbrick/128.jpg', }, disabled: false, deleted: false, followedByCount: 2, followedByCurrentUser: false, contributionsCount: 1, commentedCount: 3, badges: [ { id: 'trophy_bear', icon: '/img/badges/trophy_blue_bear.svg', }, ], location: { name: 'Paris', }, }, ], followedByCount: 0, followedByCurrentUser: false, isMuted: false, followedBy: [], socialMedia: [], } export const group = { id: 'g2', name: 'Yoga Practice', slug: 'yoga-practice', about: null, description: `
Yoga is not just about practicing asanas. It's about how we do it.
And practicing asanas doesn't have to be yoga, it can be more athletic than yogic.
The important thing is:
Use the exercises (consciously) for your personal development.
Yoga is not just about practicing asanas. It's about how we do it.
And practicing asanas doesn't have to be yoga, it can be more athletic than yogic.
The important thing is:
Use the exercises …