GithubHelp home page GithubHelp logo

noelkurian / cljs-exponent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tiensonqin/cljs-exponent

0.0 0.0 0.0 83 KB

Exponent.js clojurescript bindings

License: Eclipse Public License 1.0

Clojure 100.00%

cljs-exponent's Introduction

cljs-exponent

Expo and React Native' clojurescript binding.

documentation

Clojars Project

Usage examples

Api

(require '[cljs-exponent.contacts :as contacts])

(contacts/get-contacts-async [(aget contacts/Contacts "PHONE_NUMBER")
                              (aget contacts/Contacts "EMAIL")])

Components and APIs

Supports both Om, Reagent and Rum.

Om or Rum

(require '[cljs-exponent.components :as rn])

(rn/text "hi")

(.alert rn/alert "This is an alert!")

(rn/linear-gradient
 {:colors ["#4c669f" "#3b5998" "#192f6a"]
  :style {:padding 15
          :alignItems "center"
          :borderRadius 5}}
 (text {:style {:backgroundColor "transparent"
                :fontSize 15
                :color "#fff"}}
   "Sign in with Facebook"))

Reagent

(require '[cljs-exponent.reagent :as rn])

[rn/text "hi"]

(.alert rn/alert "This is an alert!")

[rn/linear-gradient
 {:colors ["#4c669f" "#3b5998" "#192f6a"]
  :style {:padding 15
          :align-items "center"
          :border-radius 5}}
 [text {:style {:background-color "transparent"
                :font-size 15
                :color "#fff"}}
  "Sign in with Facebook"]]

License

Copyright © 2016 Tienson Qin

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

cljs-exponent's People

Contributors

rboyd avatar tiensonqin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.