0.0.2 • Published 5 years ago

@css-ui/searchbar v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

searchbar

SearchBar - iOS like work cross platforms: iOS - Android - native-web

Usage

import SearchBar from '@css-ui/searchbar'

// use code
<SearchBar 
    onSearch={text => console.log(text)} 
    css={{
        height: 32,
        flexDirection: "row",
        alignItems: "stretch",
        justifyContent: "space-between",
        margin: 2,
        color: "black",
        borderRadius: 5,
    }}
    cancelColor = "blue"
/>