feat(WEB-304): remaning UI from design system primitives
This commit is contained in:
5
components/TempDesignSystem/Grids/Stackable/index.tsx
Normal file
5
components/TempDesignSystem/Grids/Stackable/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import styles from "./stackable.module.css"
|
||||
|
||||
export default function Stackable({ children }: React.PropsWithChildren) {
|
||||
return <section className={styles.container}>{children}</section>
|
||||
}
|
||||
Reference in New Issue
Block a user