## Global

[Priority: 1]

- Optimize libs/pkgs/codebase to reduce final bundle size
- Allow use from VSComponentWrapper's slot-inserted components (if possible)
- Check for a child-components' rendering strategy
- Check feasibility & create a legacy `<script>`-based version of the pkg (= programmatic way)
- Create a Vue plugin-based usage

[Priority: 2]

- Allow global- or window-based Vue usage instead of providing through props

[Priority: 3]

- Clean `public` folder from test components

## [component] VSComplexProp

- Clean & optimize code by using more functions/shared statements
