Bunny UI Build Valuable Project

This Components are made with Svelte. It's easy to use and customize. Just Copy Paste the Components.

1. <script>
2. import Navbar from '$lib/components/Navbar';
3. import Footer from '$lib/components/Navbar';
4. </script>
5. <main>
6. <Navbar/>
7. <slot/>
8. <Footer/>
9. </main>
Sikandar Bhide