lianetoolkit / liane-ui

Design system for Liane
MIT License
1 stars 0 forks source link

Design system initial structure #1

Open miguelpeixe opened 3 years ago

miguelpeixe commented 3 years ago

Initial setup for our future components:

We can also discuss here proposals for different architectural decisions and possible frameworks.

cc @nefertiter

miguelpeixe commented 3 years ago

Storybook is also something we could look into

marcosriganti commented 3 years ago

@miguelpeixe I have found and I'm taking this as a really really good reference https://dev.to/hamatoyogi/how-to-build-a-react-ts-tailwind-design-system-1ppi

  1. Show how useful tailwind can be, and honestly once you use it, you dont want to write css again.
  2. Use StoryBook, that im exited to use.
  3. Use Jest to test, im not familiar in the past, but I'll be happy to.
  4. Also they use Typescript that its always a good reference, and for sure raise the quality of the code.
  5. Eventually as I've mention they do recommend the versioning and Bit is their recommendation, however maybe only if you would like to have an open library. Only personal account is for free, so likely a Update Dev account would come handy.

If we can take a bit of time and agree to that reference I'll be happy to start right away.

miguelpeixe commented 3 years ago

Looks like a great plan!