Looking to distribute a @vuejs component, but want it to be user-styleable. What’s the best way to let users inject styling?

  • 2
  • 2
  1. @vuejs So far the #1 response is “create a JS API for the styles you want a user to be able to edit”. Looking for a CSS way, not JS

    • 0
    • 2
    1. @vuejs For context, making a calendar and date picker. There aren’t specific props I want to be user-editable, the whole thing should be

      • 0
      • 0
      1. @vuejs The solution I’m going for is BEM classes that aren’t scoped that will allow increased specificity in an implementing component

        • 0
        • 1