Added surface
prop to Card
(#65)
- Can supply
brandColors
orsurfaceColors
fromtheme
to apply background color and relevent text color
Styleguide site improvements (#66)
- Attached examples to component rather than top level module so they live alongside prop definitions
- Added 'transparent effect' background to preview windows so background colours provided are more clear
Added support for prefix
as part of theme (#60)
- Used component primitives for all UI elements
- Made all tailwind utility class options available through prop syntax
- Attached theme context to
Base
so it can passprefix
value togetTailwindClassNames
- Change
tailwindPropToClassName
to insertprefix
at relevent point