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.
yarn && yarn start
yarn create [(@type/name)]
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>
⌘ ⇧ 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