VippsLogo

Install

yarn add @ntds/payment-selection

Import

import { PaymentSelection } from '@ntds/payment-selection';

Usage

<PaymentSelection
label='Betalingsmåte'
name='payment-selection'
value={paymentOption}
setValue={setPaymentOption}
>
<PaymentSelection.VippsOption
value='Vipps'
/>
...
</PaymentSelection>

Props

VippsLogo

PropType & Description

This guide is based on version: 2.3.0