~ minimum code to add color chooser 🔦

This commit is contained in:
Will Holcomb
2021-03-18 23:18:10 -04:00
committed by Alec LaLonde
parent 0555deb028
commit f00bee9b41
29 changed files with 1218 additions and 215 deletions

View File

@@ -0,0 +1,3 @@
import { chakra } from '@chakra-ui/react';
export const SVG = chakra('svg');

View File

@@ -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,