Setup library for publishing to npm

This commit is contained in:
2025-03-31 20:56:14 +01:00
parent eaa19a5c38
commit f9aadb20d3
52 changed files with 702 additions and 229 deletions
+1
View File
@@ -22,6 +22,7 @@ export const Wrapper = styled.button<WrapperProps>`
svg {
display: flex;
align-items: center;
justify-content: center;
path {
stroke: ${({ theme }) => theme.colors.white.main};