@dung1128/components-ui-rn
v1.1.25
Published
React Native UI Components Library V2 for Dungnt
Downloads
28
Maintainers
Readme
@dung1128/components-ui-rn
Thư viện UI Components cho React Native được phát triển bởi Dung1128.
Cài đặt
npm install @dung1128/components-ui-rn
# or
yarn add @dung1128/components-ui-rnYêu cầu
Thư viện này yêu cầu các peer dependencies sau:
{
"react": ">=18.0.0",
"react-native": ">=0.70.0",
"@react-native-community/masked-view": "*",
"react-native-gesture-handler": "*",
"react-native-reanimated": "*",
"react-native-safe-area-context": "*",
"react-native-screens": "*"
}Sử dụng
import { Button, Text } from '@dung1128/components-ui-rn';
function MyComponent() {
return (
<Button onPress={() => console.log('Pressed')}>
<Text>Click me</Text>
</Button>
);
}Components
Thư viện bao gồm các components sau:
- Button
- ButtonIcon
- Text
- TextInput
- Avatar
- Badge
- Checkbox
- ChipBar
- RadioButton
- Switch
- CountingDot
- FloatingButton
- Image
- Spacer
- View
Giấy phép
Sapo.vn
