globalbrain / sefirot

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

feat(action-menu): add `<SActionMenu>` #426

Closed kiaking closed 10 months ago

kiaking commented 10 months ago

Add action menu component, inspired by GitHub Primer: Action Menu.

It also includes change where DropdownSectionMenu is now directly integrated and using <SActionList> to display the menu.

Adjusting the key differences as well, where action list uses text, dropdown is using label. label is deprecated 👀

<SActionMenu
  label="Open menu"
  :options="dropdownOptions"
/>
Screenshot 2023-12-25 at 13 49 06
netlify[bot] commented 10 months ago

Deploy Preview for sefirot-story ready!

Name Link
Latest commit 1f969a006d6f7c1d672eddbc26b4ea3af375af88
Latest deploy log https://app.netlify.com/sites/sefirot-story/deploys/658a2e302298f50008e8f7af
Deploy Preview https://deploy-preview-426--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 10 months ago

Deploy Preview for sefirot-docs ready!

Name Link
Latest commit 1f969a006d6f7c1d672eddbc26b4ea3af375af88
Latest deploy log https://app.netlify.com/sites/sefirot-docs/deploys/658a2e3020ff820008f5d463
Deploy Preview https://deploy-preview-426--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.

brc-dd commented 10 months ago

table dropdowns look broken

image
kiaking commented 10 months ago

@brc-dd Thanks for the catch...! I wasn't handling the deprecated label option correctly... 😢 Fixed!

Also, added <SControlActionMenu>.