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

feat(local-nav): add <SLocalNav> #415

Merged
merged 3 commits into from
Dec 19, 2023
Merged

feat(local-nav): add <SLocalNav> #415

merged 3 commits into from
Dec 19, 2023

Conversation

kiaking
Copy link
Member

@kiaking kiaking commented Dec 18, 2023

Adds local nav component.

<script setup lang="ts">
const navTitle = [
  { text: 'ABC Company', link: '#' },
  { text: 'Series A' }
]

const navMenu = [
  [
    { icon: IconActivity, text: 'Overview', link: '#', active: true },
    { icon: IconCurrencyCircleDollar, text: 'Payments', link: '#' }
  ],
  [
    { icon: IconGear, text: 'Settings', link: '#' }
  ]
]
</script>

<template>
  <SLocalNav :title="navTitle" :menu="navMenu" />
</template>

Screenshot 2023-12-18 at 20 38 02

@kiaking kiaking added the enhancement New feature or request label Dec 18, 2023
@kiaking kiaking self-assigned this Dec 18, 2023
Copy link

netlify bot commented Dec 18, 2023

Deploy Preview for sefirot-story ready!

Name Link
🔨 Latest commit b656949
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-story/deploys/658109ffe801a30008aa76fd
😎 Deploy Preview https://deploy-preview-415--sefirot-story.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 18, 2023

Deploy Preview for sefirot-docs ready!

Name Link
🔨 Latest commit b656949
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-docs/deploys/658109ffca656500086c548f
😎 Deploy Preview https://deploy-preview-415--sefirot-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@kiaking kiaking merged commit d484182 into main Dec 19, 2023
9 checks passed
@kiaking kiaking deleted the local-nav branch December 19, 2023 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants