feat: add Toolbox component and Tool icons

This commit is contained in:
Stefan Imhoff
2023-04-30 18:21:23 +02:00
parent a9a28de5e2
commit 5bfe06dc4b
41 changed files with 867 additions and 67 deletions

View File

@@ -52,6 +52,7 @@ module.exports = {
haiku: 'repeat(auto-fit, minmax(15rem, 1fr))',
'haiku-xl': 'repeat(auto-fit, minmax(25rem, 1fr)',
'haiku-list': 'repeat(auto-fill, minmax(3rem, 1fr))',
toolbox: 'repeat(auto-fit, minmax(80px, 1fr))',
},
gridTemplateRows: ({ theme }) => ({
layout: `clamp(3rem, ${theme('spacing.column')}, 9rem)`,