[#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,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{tsx,jsx}"],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {},
plugins: [],
}