Registry / web-framework / marmot_design_ui

marmot_design_ui

JSON →
library4.0.31jsnpmunverified

Marmot Design UI is a utility library bundled with Rollup, currently at version 4.0.31. It requires antd ^3.26.16 as a peer dependency. The library ships TypeScript types and is designed for React applications using Ant Design v3. Note that antd v3 is quite old (last updated 2021), so this package may be in maintenance mode. There is no published README, so usage details are limited.

npm install marmot_design_ui
INSTALL
IMPORT
SIG · MARMOT_DESIGN_UI
M
marmot_design_ui
web-frameworkjavascriptv4.0.31
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default import
import marmotUI from 'marmot_design_ui'
import * as marmotUI from 'marmot_design_ui'
Check if default export exists; without README, assume default. Also try named imports.
named import (if any)
import { util } from 'marmot_design_ui'
const util = require('marmot_design_ui').util
TypeScript supported; prefer ESM imports over require().
type import
import type { MarmotType } from 'marmot_design_ui'
If types are exported, use type import for types.

Shows basic import and usage with antd v3 peer dependency.

// Example assumes default export is a utility object import antd from 'antd'; import marmotUI from 'marmot_design_ui'; // Ensure antd v3 is installed const { Button } = antd; const result = marmotUI.someUtil(); console.log(result);
Debug
Known issues
deprecatedPeer dependency antd v3 is outdated; consider migrating to antd v4 or v5.
fix
Update to antd v4+ and check compatibility with this package.
affects: >=0.0.0
gotchaNo README provided – API unclear. Inspect node_modules or source for exported members.
fix
Run `npm pack` and extract, or use TypeScript declarations.
affects: >=0.0.0
breakingVersion 4.0.31 may have breaking changes from earlier 4.x versions. No changelog available.
fix
Lock version or test upgrade carefully.
affects: >=4.0.0
Errors
Common errors & fixes
Cannot find module 'marmot_design_ui'
Package not installed or missing from node_modules.
fix
npm install marmot_design_ui
Module not found: Can't resolve 'marmot_design_ui'
Webpack or bundler cannot resolve the package.
fix
Ensure package is in dependencies and your bundler resolves correctly.
Upgrade
Version history
4.0.31latest on npm
Audit
Dependencies
antdrequiredpeer dependency for UI components
Agent activity
2 hits · last 30 days
node
2
Resources
marmot_design_ui — npm install marmot_design_ui · libregistry