nordnet / nordnet-ui-kit

Nordnet UI Kit
https://nordnet.github.io/nordnet-ui-kit/
106 stars 28 forks source link

Group together related components to same folders #500

Closed JacobBlomgren closed 5 years ago

JacobBlomgren commented 5 years ago

Cleans up a lot of pollution in ./src.

table-cell --> table/table-cell tbody --> table/tbody td --> table/td tfoot --> table/tfoot th --> table/th thead --> table/thead tr --> table/tr

tab --> tabs/tab tabpanel --> tabs/tabpanel

Shouldn't be breaking since our only outwardly supported, and documented, API is to import like so: import { Table } from 'nordnet-ui-kit.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.04%) to 83.772% when pulling de17d2a713967e20b140e1c245440f7d8fd37d0c on clean-up-folder-structure into 3e8611862636a55f053fa6e6d8ea6b1c83c04c66 on master.