npx shadcn@latest add https://island-wine.vercel.app/Island.jsonImport and add the component “island” in the root of your project.
import { Island } from 'Island'
function App() {
return (
<Island />
// ...
)
}Customize your “Island” component in any way you like
Choose the exit of the island
Choose the island styles that are defined in your tailwind file.
Defines the height of the island activation area. It is measured in px
Add the content you want.
Change the size of the island
By Tomas Avila