Grabacion.de.pantalla.2024-12-17.185628.mp4
A simple islandcomponent for react
To start using the library, install it in your project:
npx shadcn@latest add https://island-wine.vercel.app/Island.json Import and add the component “island” in the root of your project.
import { Island } from 'Island'
function App() {
return (
<Island>
...
</Island>
// ...
)
}`