1.1.10 • Published 8 months ago

native-solid v1.1.10

Weekly downloads
19
License
MIT
Repository
github
Last release
8 months ago

Native Solid

Getting Start

npm i native-solid  (or)  yarn add native-solid

Typography

import { TextCom } from 'native-solid'
attribute propsDescription
colorUse the typo color in the local theme file
sizeUse the typo size in the local theme file
weightUse the typo weight in the local theme file
styleyou can use custom styles

Button

import { ButtonCom } from 'native-solid'
attribute propsDescription
bgColorUse the button color in the local theme file
borderColorUse the button color in the local theme file
texttext string for button
colorUse the typo color in the local theme file for button text color
typeicon, full, outline, clear
imguse image source dir or url for icon type button
styleyou can use custom styles

Card

import { CardCom } from 'native-solid'
attribute propsDescription
bgcolorUse the background color in the local theme file
childrencomponent
styleyou can use custom styles

Grid

import { Row, Col } from 'native-solid'
attribute propsDescription
childrencomponent
styleyou can use custom styles

List

import { FlatListCom } from 'native-solid'
attribute propsDescription
refreshingThere are values ​​of true and false. The default is false
onRefreshmethod for refreshing
emptytextTo display when no data is available
isLoadingThere are values ​​of true and false. The default is false
styleyou can use custom styles

Form

import { CheckBoxCom, DateTimePickerCom, FileUploadCom, ImagePickerCom, InputCom, PickerCom, RadioCom } from 'native-solid'
attribute propsDescription
refreshingThere are values ​​of true and false. The default is false
onRefreshmethod for refreshing
emptytextTo display when no data is available
isLoadingThere are values ​​of true and false. The default is false
styleyou can use custom styles

Validate Form

import { VCheckBox, VDateTimePicker, VFileUpload, VImagePicker, VInput, VPicker, VRadio } from 'native-solid'
attribute propsDescription
refreshingThere are values ​​of true and false. The default is false
onRefreshmethod for refreshing
emptytextTo display when no data is available
isLoadingThere are values ​​of true and false. The default is false
styleyou can use custom styles

Layout

import { ContainerCom, FooterCom, HeaderCom, DrawerCom } from 'native-solid'
attribute propsDescription
refreshingThere are values ​​of true and false. The default is false
onRefreshmethod for refreshing
emptytextTo display when no data is available
isLoadingThere are values ​​of true and false. The default is false
styleyou can use custom styles