miguelcobain / ember-yeti-table

Yeti Table
https://miguelcobain.github.io/ember-yeti-table
MIT License
61 stars 15 forks source link

Published API docs do not include arguments #455

Open jelhan opened 1 year ago

jelhan commented 1 year ago

The published API docs does not include arguments for any component. Only yielded values are documented.

API docs for component arguments exists, e.g. https://github.com/miguelcobain/ember-yeti-table/blob/db9ac6ffbd2bb6cf01140819f40ef215b30ae776/addon/components/yeti-table/thead/row/column.js#L65-L74

It would be awesome to make them easier to discover by including them on published documentation website.