What is Rocketship
Learn what Rocketship is and how it can help you in your Astro project
experimentalWhat is Rocketship?
Rocketship is a free and open source set of Astro components that can be used in an Astro project. The components have the .astro
extension and are meant to be used in the components directory in an Astro project. There is zero dependency, meaning that you don’t need to install and use any external package.
How to use Rocketship components?
Rocketship components are files that you can copy and paste in your components folder in an Astro project. The components folder can be used as a library of components that you can import in pages that are created by Astro. Since they are files you can copy and paste in your project, they are easy to use and are customizable. They are designed to be easy to use and customize. You can find the components in the src/components
folder.
What can Rocketship do?
Rocketship comes with a set of components and theme files that can set the overall look and feel of a website. It can also manage light and dark modes of a website with relative ease. You can modify the color, border radius using Theme props that will be used by Rocketship components. You can also design your own components and use css variables to apply Themes.
How will this help my project?
Rocketship can drastically help reduce development times and help create a simple work flow to import and use components that can be reused endlessly. Using predefined colors and themes will make sure your project looks delightful by default, and easy to customize for your needs.