Skip to content
Ryan Johnson edited this page Mar 28, 2018 · 22 revisions

Contributing

  • Styleguide - documentation around how the source code should be styled.

Keep Features Generic

HelixUI should be built in a way that any component can be use in any web application. As such, you should avoid implementing any business logic (no API calls, no permission/authorization logic, no URLs, etc.).

Reference

NOTE: these should be moved to proper API docs at some point.

Clone this wiki locally