<!-- Please don't delete this template or we'll close your issue --> <!-- Before creating an issue please make sure you are using the latest version of VuePress. --> ## Feature request <!-- Please ask questions on StackOverflow. --> <!-- https://stackoverflow.com/questions/ask?tags=vuepress --> <!-- Issues which contain questions or support requests will be closed. --> #### What problem does this feature solve? _The possibility to create custom components like navbar, badges, etc without touching vuepress theme._ #### What does the proposed API look like? _Something like `.vp-navbar` or `.vp-badge`_ #### How should this be implemented in your opinion? _By just renaming all vuepress classes. Im sure that will be JS attached to it, so, with caution._ #### Are you willing to work on this yourself? _Sure i am._