sprint-1 #1
@ -34,6 +34,11 @@ import com.example.libary.theme.InputStroke
|
||||
* текстовое поле
|
||||
* modifier - модификаторы
|
||||
* value - значение
|
||||
* placeholder - the optional placeholder to be displayed when the text field is in focus and the input text is empty.
|
||||
* topText - текст сверху
|
||||
* errorText - текст ошибки
|
||||
* pasMode - пароль мод
|
||||
* onValueChange - вызываеться при изминение текста
|
||||
* */
|
||||
@Composable
|
||||
fun Input(
|
||||
|
@ -25,6 +25,12 @@ import com.example.libary.theme.CaptionColor
|
||||
import com.example.libary.theme.InputBGColor
|
||||
import com.example.libary.theme.InputStroke
|
||||
|
||||
/***
|
||||
* текстовое поле поиска
|
||||
* modifier - модификаторы
|
||||
* value - значение
|
||||
* onValueChange - вызываеться при изминение текста
|
||||
*/
|
||||
@Composable
|
||||
fun SearchInput(
|
||||
modifier: Modifier = Modifier,
|
||||
|
@ -28,6 +28,15 @@ import com.example.libary.theme.CaptionColor
|
||||
import com.example.libary.theme.InputBGColor
|
||||
import com.example.libary.theme.InputStroke
|
||||
|
||||
/***
|
||||
* текстовое поле поиска
|
||||
* modifier - модификаторы
|
||||
* value - значение
|
||||
* onValueChange - вызываеться при изминение текста
|
||||
* placeholder - the optional placeholder to be displayed when the text field is in focus and the input text is empty.
|
||||
* data - список который будет отображатся в модальном окне
|
||||
* leadingIcon - the optional leading icon to be displayed at the beginning of the text field container
|
||||
*/
|
||||
@Composable
|
||||
fun Select(
|
||||
modifier: Modifier = Modifier,
|
||||
|
@ -53,6 +53,12 @@ val defaultTabBarData = listOf(
|
||||
)
|
||||
)
|
||||
|
||||
/**
|
||||
* Нижняя панель
|
||||
* modifier - модификаторы
|
||||
* value - значение
|
||||
* data - список элементов
|
||||
* */
|
||||
@Composable
|
||||
fun TabBar(
|
||||
modifier: Modifier = Modifier,
|
||||
|
Loading…
x
Reference in New Issue
Block a user