globalbrain / sefirot

Global Brain Design System.
https://sefirot.globalbrains.com
MIT License
151 stars 12 forks source link

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

Closed kiaking closed 9 months ago

kiaking commented 9 months ago

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
netlify[bot] commented 9 months ago

Deploy Preview for sefirot-story ready!

Name Link
Latest commit b656949c0f9cf6e9a33689143a349e176041606c
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.

netlify[bot] commented 9 months ago

Deploy Preview for sefirot-docs ready!

Name Link
Latest commit b656949c0f9cf6e9a33689143a349e176041606c
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.