0.1.11 • Published 5 years ago

coreux-components v0.1.11

Weekly downloads
8
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago