New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@mighty-justice/fields-ant

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mighty-justice/fields-ant

Standard Ant design component interface for Field Sets

0.0.27
Version published
Maintainers
4
Created

Fields Ant

npm Version Build Status Coverage Status

A standard interface for Field Sets at Mighty and a collection of utilities and components like forms and cards for Ant Design which use that interface.

Documentation

Installation

dependencies
"@mighty-justice/smart-bool": "0",
"@mighty-justice/utils": "0",
"antd": "3",
"class-autobind-decorator": "3",
"classnames": "2",
"date-fns": "1",
"flat": "4",
"iso8601-duration": "1",
"lodash": "4",
"mobx": "5",
"mobx-react": "5",
"moment": "2",
"react": "16"
npm

npm install --save-dev @mighty-justice/fields-ant

yarn

yarn add --dev @mighty-justice/fields-ant

Releasing a new version

  • Release: npm run deploy

This will run checks for test, lint, build, bump the version number, publish to npm, and publish the docs to Github Pages.

Gotchas:

  • Make sure to npm install or yarn install first
  • The deploy command must currently be run with npm not yarn due to login bug

Contributing

We accept new issues and pull requests from anyone!

FAQs

Package last updated on 25 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts