City
Where the desk is
The platform list. Raster chrome.
The platform list. Raster chrome. No custom menu.
Where the desk is
The platform list. Raster chrome.
npx @noordvc/raster-cli add native-select
<select class="rs-native-select"><option>Alkmaar</option><option>Amsterdam</option><option>Rotterdam</option></select>
import { NativeSelect } from "@/components/raster/native-select";
<NativeSelect label="City" defaultValue="alkmaar">
<option value="alkmaar">Alkmaar</option>
<option value="amsterdam">Amsterdam</option>
</NativeSelect>