@geist-ui/react

v2.2.3
Modern and minimalist React UI library.
geist geist ui components react components react ui

dev

yarn docs-collect && next dev

docs-build

yarn docs-collect && next build

docs-start

next start

docs-collect

node scripts/collect-meta.js

contributor-collect

node scripts/collect-contributors.js

clear

rm -rf ./dist ./esm

lint

eslint "{components,lib}/**/*.{js,ts,tsx}"

prettier

prettier --write .

test

jest --config .jest.config.js --no-cache

test-update

jest --config .jest.config.js --no-cache --update-snapshot

coverage

yarn test --coverage

now-build

yarn run docs-build

build:rollup

rollup -c scripts/rollup.config.js

build:webpack

webpack --config scripts/webpack.config.js

build:after

node scripts/fix-styled-jsx.js

build:types

ttsc -p ./scripts & ttsc -p ./scripts --outDir ./esm

build:esm-entry

babel --config-file ./scripts/babel.config.js ./components/index.ts -o ./esm/index.js

build

yarn clear && yarn build:rollup && yarn build:esm-entry && yarn build:types && yarn build:after

release

yarn build && yarn publish --access public --non-interactive
npm i @geist-ui/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 1/18/2022

Downloads