0.0.13 • Published 7 years ago

scroll-wrap v0.0.13

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

Xian Build Status


Xian is a collection of React(ReactNative) component with awesome UI dev-environment by React Storybook

React Storybook is a UI development environment for your React components. With it, you can visualize different states of your UI components and develop them interactively.

Getting Started

  yarn && yarn start

Docs & Help

add a new component

  yarn create [(@type/name)]

use actions logger

Import the action function and use it to create actions handlers. When creating action handlers, provide a name to make it easier to identify

  import { action } from '@kadira/storybook'

  const Banner = (props) => <div onClick={action('banner click', handle => handle)}>
    {props.children}
  </div>

use route

Keyboard Shortcuts

⌘ ⇧ P/ ⌃ ⇧ PToggle Search Box
⌘ ⇧ J/ ⌃ ⇧ JToggle Action Logger position
⌘ ⇧ F/ ⌃ ⇧ FToggle Fullscreen Mode
⌘ ⇧ L/ ⌃ ⇧ LToggle Left Panel
⌘ ⇧ D/ ⌃ ⇧ DToggle Down Panel
⌘ ⇧ →/ ⌃ ⇧ →Next Story
⌘ ⇧ ←/ ⌃ ⇧ ←Previous Story

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago