Space
Basic usage
<script setup lang="ts">
import { NmorphButton, NmorphSpace } from "@nmorph/nmorph-ui-kit";
</script><template>
<NmorphSpace wrap size="large">
<NmorphButton text="One" />
<NmorphButton text="Two" />
<NmorphButton text="Three" />
</NmorphSpace>
</template>