mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01:00
Added Panel component. New color scheme.
This commit is contained in:
parent
a7dad20d8a
commit
5d2c1e27c2
13 changed files with 64 additions and 64 deletions
6
src/components/layout/Panel.tsx
Normal file
6
src/components/layout/Panel.tsx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { Box } from '@umami/react-zen';
|
||||
import type { BoxProps } from '@umami/react-zen/Box';
|
||||
|
||||
export function Panel(props: BoxProps) {
|
||||
return <Box padding="6" borderSize="1" borderRadius="3" backgroundColor="solid" {...props} />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue