Selleo/design-system

[BUILD] Ability to embed DS styles into other projects

Closed this issue · 0 comments

k1eu commented

Short overview

We do have some components now! Time to make use of the and prepare a way for it! We'd like to be able to embed DS styles into other projects then to be able to just copy paste the ready to use styles. For now we can skip the whole npm integration and deliver it statically.
Example usage (right image):
image

ToDo

  • prepare a buildstep of DS components
  • serve styles to be able to consume them in projects
  • add How to use? paragraph in readme.md

Deadline

ASAP

Contact points

@k1eu

Notes

For future plans there will be

  • integration with npm to install it
  • two installations
    • for projects using tailwind (we will need it as a taliwind config plugin)
    • for project without tailwind (the thing we're doing right now)