upd: skeleton loading
Deskripsi: - home - list lembaga desa - list jabatan - list member - detail member No Issues
This commit is contained in:
14
components/skeletonTwoItem.tsx
Normal file
14
components/skeletonTwoItem.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import Styles from "@/constants/Styles";
|
||||
import { View } from "react-native";
|
||||
import Skeleton from "./skeleton";
|
||||
|
||||
export default function SkeletonTwoItem() {
|
||||
return (
|
||||
<View style={[Styles.rowOnly]}>
|
||||
<Skeleton width={50} height={50} borderRadius={10} />
|
||||
<View style={[{ flex: 1 }, Styles.ph05]}>
|
||||
<Skeleton width={100} widthType="percent" height={50} borderRadius={10} />
|
||||
</View>
|
||||
</View>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user