-
Notifications
You must be signed in to change notification settings - Fork 38
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
fix(l-n-b-menu-item): separate LNBMenuItem component #1697
fix(l-n-b-menu-item): separate LNBMenuItem component #1697
Conversation
Signed-off-by: samuel.park <[email protected]>
Signed-off-by: samuel.park <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Could you share this on Wed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~!
i left a question!
<script setup lang="ts"> | ||
import { PDivider } from '@spaceone/design-system'; | ||
</script> | ||
|
||
<template> | ||
<div class="l-n-b-divider-menu-item"> | ||
<p-divider /> | ||
</div> | ||
</template> | ||
|
||
<style lang="postcss" scoped> | ||
.l-n-b-divider-menu-item { | ||
margin-top: 1.25rem; | ||
margin-bottom: 1.25rem; | ||
height: 0; | ||
} | ||
</style> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q. Is there a reason for separating components even though there's only one divider?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some cases without clear usage in LNB planning, so I separated this for usage with spec.
) Signed-off-by: samuel.park <[email protected]>
) Signed-off-by: samuel.park <[email protected]>
To Reviewers
style
,chore
,ci
ONLY)Type of Change
Affects to
Packages
Apps
Checklist
lint
andtype
?mirinae
should be reflected instorybook
.Description
SSIA