@stacks/ui

v3.0.0-alpha.2
Stacks UI components built using React, emotion, and @stacks/system-ui.

build

cross-env NODE_ENV=production tsdx build --format=cjs,esm,umd

dev

tsdx watch --format=cjs,esm,umd

bundlesize

bundlesize

lint

yarn lint:eslint && yarn lint:prettier

lint:eslint

eslint "src/**/*.{ts,tsx}" -f unix

lint:fix

eslint "src/**/*.{ts,tsx}" -f unix --fix

lint:prettier

prettier --check "src/**/*.{ts,tsx}" *.js

lint:prettier:fix

prettier --write "src/**/*.{ts,tsx}" *.js

prebuild

rimraf dist

start

cross-env NODE_ENV=development tsdx watch

typecheck

tsc --noEmit

typecheck:watch

npm run typecheck -- --watch
npm i @stacks/[email protected]

Metadata

  • MIT
  • Whatever
  • Blockstack
  • released 8/30/2020

Downloads