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

Component Request - FlexibleHorizontalDivider - 1 hr #615

Open
pghorpade opened this issue Sep 20, 2024 · 0 comments
Open

Component Request - FlexibleHorizontalDivider - 1 hr #615

pghorpade opened this issue Sep 20, 2024 · 0 comments

Comments

@pghorpade
Copy link
Contributor

Component Description

This component is used as a flexible component horizontal divider to display horizontal divider or DividerWayFinder FTVA variation between flexible page blocks if added in craft entry.

Design

Please also see attached screenshots for quick reference.

If no mobile designs provided, please use your best judgment for responsiveness.

Slots

Name and description of any slots needed.

Props

no props

Developer Tips

List any developer tips here

This component adds the existing divider-way-finder component in the HTML template

<script setup lang="ts">
// COMPONENTS
import DividerWayFinder from '@/lib-components/DividerWayFinder.vue'
</script>
<template>
<DividerWayFinder />
</template>

Events

No Events emitted or handled in this component

Child components

List out any components that are used by this new component. For example, if you are building a grid that is made up of block components.

  1. divider-way-finder is used for Horizontal Divider

Screenshots

image

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