Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
57 lines (42 loc) · 541 Bytes

README.md

File metadata and controls

57 lines (42 loc) · 541 Bytes

rax-components

Basic components

  • rax-text
  • rax-image
  • rax-view
  • rax-video
  • rax-link
  • rax-icon
  • rax-slider
  • rax-picture
  • rax-textinput
  • rax-scrollview
  • rax-recyclerview
  • rax-waterfall

Interaction component

  • rax-refreshcontrol
  • rax-modal
  • rax-gesture-view
  • rax-parallax
  • rax-tab-panel
  • rax-xslider

Drawing component

  • rax-canvas
  • rax-barcode
  • rax-qrcode

Run Build

Build one

npm run build

Build all

npm run build rax-view

Run Test

npm run test

Run Lint

npm run lint