mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
~ minimum code to add color chooser 🔦
This commit is contained in:
committed by
Alec LaLonde
parent
0555deb028
commit
f00bee9b41
3
packages/design-system/src/SVG.tsx
Normal file
3
packages/design-system/src/SVG.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
import { chakra } from '@chakra-ui/react';
|
||||
|
||||
export const SVG = chakra('svg');
|
||||
@@ -9,6 +9,7 @@ export { MetaTile, MetaTileBody, MetaTileHeader } from './MetaTile';
|
||||
export { ResponsiveText } from './ResponsiveText';
|
||||
export { SelectSearch, selectStyles } from './SelectSearch';
|
||||
export { SelectTimeZone } from './SelectTimeZone';
|
||||
export { SVG } from './SVG'
|
||||
export { theme as MetaTheme } from './theme';
|
||||
export { H1, P } from './typography';
|
||||
export { EmailIcon } from '@chakra-ui/icons';
|
||||
@@ -20,6 +21,7 @@ export {
|
||||
ButtonGroup,
|
||||
ButtonProps,
|
||||
Center,
|
||||
ChakraProps,
|
||||
ChakraProvider,
|
||||
Container,
|
||||
CSSReset,
|
||||
|
||||
Reference in New Issue
Block a user