Put separate components into separate QML files. It’s all written in the documentation. As long as the file name follows the convention (starts with upper case), QML will allow you to import that file and use it in your code straigt away.
There are also more advanced options available, like creating custom component sets.
↧