@sumup/circuit-ui

v6.7.0
SumUp's React UI component library

lint

foundry run eslint . --ext .js,.jsx,.ts,.tsx

test

jest --watch

build

npm run build:es && npm run build:cjs

clean

rm -rf ./dist

start

tsc --watch

build:es

tsc --project tsconfig.es.json

lint:fix

npm run lint -- --fix

build:cjs

tsc --project tsconfig.cjs.json
npm i @sumup/[email protected]

Metadata

Downloads