0.1.11 • Published 6 years ago

coreux-components v0.1.11

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

CoreUX-Components

Npm Downloads Code

Components based on and extending azure-devops-ui and Office fabric

Contributing guidelines

  • Create a Component Hierarchy (Read: https://reactjs.org/docs/thinking-in-react.html)
  • Use defaultProps
  • Use generic prop names
  • Use functional components whenever possible
  • If having a local state is absolutely required, consider using react hooks
  • Avoid using class variables using this.var. Use state for such cases
  • Component should render when no props are passed
  • Use destructuring for state and props
  • For styling, use classnames only unless you are using components from a library and a specific component is not forwarding the className explicitly.
  • All css classes must be prefixed by coreux-
0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago