[#812,package][xl]: add Table component and story for it

This commit is contained in:
deme
2023-05-01 18:56:22 -03:00
parent 169a92d313
commit 016f3e20e9
15 changed files with 2989 additions and 1264 deletions

View File

@@ -0,0 +1,7 @@
// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};