FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

rescript-react-native.github.io/docs/button.md at src · rescript-react-native/rescript-react-native.github.io · GitHub

Latest commit

 

History

History
14 lines (10 loc) · 348 Bytes

File metadata and controls

14 lines (10 loc) · 348 Bytes
id button
title Button
wip true

Example

open ReactNative                                                                                                          
                                                                                                 
<Button title={"Click me"} onPress={_ => Js.log("tes")} />

Back | FazBrowse Home | New Git URL