Giter Site home page Giter Site logo

toshusai / spectrum-vue Goto Github PK

View Code? Open in Web Editor NEW
12.0 12.0 1.0 5.66 MB

Adobe Spectrum UI Components for Vue.

Home Page: https://toshusai.github.io/spectrum-vue/

License: MIT License

JavaScript 5.79% Vue 86.98% TypeScript 7.18% CSS 0.04%
adobe components design-system spectrum ui-components ui-framework ui-kit vue vue-components

spectrum-vue's People

Contributors

toshusai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

winfredeu

spectrum-vue's Issues

Any plans for Vue3?

From package.json I see it is based on Vue v2, Are there any plans to release the same for Vue v3?

Nuxt build css optimize cause broken style.

In development mode.
.spectrum-TreeView-itemLink has below styles.

    padding-top: var(--spectrum-treeview-item-text-padding-top);
    padding-bottom: var(--spectrum-treeview-item-text-padding-bottom);
    padding-left: var(--spectrum-treeview-item-affordance-size);
    padding-right: var(--spectrum-treeview-item-affordance-size);

In production (nuxt generate)

    padding: var(--spectrum-treeview-item-text-padding-top) var(--spectrum-treeview-item-affordance-size) var(--spectrum-treeview-item-text-padding-bottom);

padding-right is missing. So TreeView don't show Chevron.

What is the cause of this problem? webpack in Nuxt?, css-loader?, or Spectrum CSS?
Look like var(--spectrum-treeview-item-text-padding-bottom) is not defined. Is this cause of missing padding-right?

Anyway, we need to investigate.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.