Skip to content

Instantly share code, notes, and snippets.

@iinsta
Last active July 27, 2018 01:58
Show Gist options
  • Save iinsta/839e380f1740c75333915d32c1251f70 to your computer and use it in GitHub Desktop.
Save iinsta/839e380f1740c75333915d32c1251f70 to your computer and use it in GitHub Desktop.
打造自己的ui组件库起步

常用组件

  • 弹框, 使用 react-modal
  • tooltip 或者 popover ,使用 react-popper 或者基于 popperjs 自己鲁一个;
  • setState 统一使用 react-values 或者 react-powerplug
  • tab 组件,使用 react-tabs
  • 日期组件

常用功能函数

  • lodash
  • tinydate

样式

  • 支持 sass/css
  • 支持 react-emotionjs
  • 组件拥有对应的样式文件,以及有一共统一公用的样式文件

文档

  • react-styleguidist

test

  • jest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment