LinusBorg / vue-filedrop

[WIP, NOT READY] A set of composable Vue components to create rich Dropzone-like UI elments and behaviour
14 stars 3 forks source link

Styled component variation #8

Open LinusBorg opened 5 years ago

LinusBorg commented 5 years ago

The behaviour is currently encapsulated in FileDrop.vue which is pretty much renderless and exposes its API through slot props & provide.

We should also ship a (indepenently built) component that uses this core component to provide a styled UI element that does stuff like:

etc.

Questions

  1. What to use for styling? Tailwind? See https://github.com/tailwindcss/discuss/issues/228