# @pie-lib/render-ui

> Some shared ui elements when rendering - but not worthy of their own package yet.

Latest version **7.0.2** (published 2026-09-02) · 0 weekly downloads

## Install

```sh
npm install @pie-lib/render-ui
pnpm add @pie-lib/render-ui
yarn add @pie-lib/render-ui
bun add @pie-lib/render-ui
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 7.0.2 |
| Published | 2026-09-02 |
| First published | 2018-03-06 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 11 |
| Unpacked size | 455.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 4 |
| Maintainers | ed.eustace, lakatosandrei, chillenious, andreeapescar, carlacostea, iacoshoria, justinheuer |

## Links

- npm: https://www.npmjs.com/package/@pie-lib/render-ui
- Repository: https://github.com/pie-framework/pie-lib
- Homepage: https://github.com/pie-framework/pie-lib#readme
- Issues: https://github.com/pie-framework/pie-lib/issues
- npm.io page: https://npm.io/package/@pie-lib/render-ui

## Dependencies (11)

- [debug](https://npm.io/package/debug.md) ^4.1.1
- [lodash-es](https://npm.io/package/lodash-es.md) ^4.17.23
- [prop-types](https://npm.io/package/prop-types.md) ^15.7.2
- [@mui/material](https://npm.io/package/@mui/material.md) ^7.3.4
- [@emotion/react](https://npm.io/package/@emotion/react.md) ^11.14.0
- [@pie-lib/icons](https://npm.io/package/@pie-lib/icons.md) ^4.0.4
- [@emotion/styled](https://npm.io/package/@emotion/styled.md) ^11.14.1
- [@mui/icons-material](https://npm.io/package/@mui/icons-material.md) ^7.3.4
- [@pie-lib/test-utils](https://npm.io/package/@pie-lib/test-utils.md) ^2.0.3
- [react-transition-group](https://npm.io/package/react-transition-group.md) ^4.4.5
- [@pie-lib/math-rendering](https://npm.io/package/@pie-lib/math-rendering.md) ^5.1.0

## Recent versions

- 7.0.2 (latest) — 2026-09-02
- 6.2.0-next.40 (next) — 2026-09-10
- 4.31.0-hotfix.0 (beta) — 2026-06-23
- 4.49.0-mui-update.0 (mui-update) — 2025-12-29
- 4.32.6-esmbeta.2 (esmbeta) — 2025-10-07
- 6.1.4-next.65 — 2026-09-02
- 6.1.1-next.39 — 2026-08-27
- 7.0.1 — 2026-08-26
- 6.1.4-next.58 — 2026-08-26
- 7.0.0 — 2026-08-21
- 6.1.4-next.46 — 2026-08-20
- 6.1.4-next.35 — 2026-08-12
- 6.1.3 — 2026-07-01
- 6.1.1-next.97 — 2026-07-01
- 6.1.2 — 2026-06-12
- … 343 more at https://npm.io/package/@pie-lib/render-ui/versions

## README

# @pie-lib/\*

[![CircleCI](https://circleci.com/gh/pie-framework/pie-lib.svg?style=svg)](https://circleci.com/gh/pie-framework/pie-lib)

Some reusable react components, mostly used in [pie][pie] components.

Elements are in `packages`.

## Documentation

- [MathQuill → MathLive migration plan](docs/mathquill-to-mathlive-migration.md)

## install

```bash
yarn install
```

## Commands

| Action  | Cmd                                 | Notes                                                     |
| ------- | ----------------------------------- | --------------------------------------------------------- |
| test    | `npm test`                          |                                                           |
| lint    | `npm run lint`                      |                                                           |
| build   | `npm run build`                     |                                                           |
| release | `npm run release`                   |                                                           |
| dev     | `scripts/dev --scope $package-name` | run the demo site on localhost:3000 `--scope` if optional |
| static  | `scripts/wip $alias-name`           | build and deploy the static site tno now.sh               |

## Workflow

- merging to `develop` releases `next` versions and deploys to `pie-lib-next.now.sh`
- merging to `master` releases `latest` versions and deploys to `pie-lib.now.sh`

### test a single package

Just point jest to the dir/file:

```bash
./node_modules/.bin/jest packages/pkg-name/src/
```

## contributing

- the packages use `independent` versioning, meaning that a change in 1 package won't bump another package's version.
- use [conventional commits syntax][ccs] when commiting, lerna will detect the appropriate version bump.

### rebase

To skip husky during a rebase do:

```shell
HUSKY_SKIP_HOOKS=1 git rebase ...
```

### dependencies

[lerna]: https://lernajs.io/
[pie]: http://pie-framework.org
[ccs]: https://conventionalcommits.org/

## Test issues

Sometimes the project test set up can get out of synch

- try `npm run build`, `rm -fr packages/test-utils/node_modules` and run again.

## Building and deploying a pre-release

```shell
# make sure the local demo is working first: scripts/dev then:
./node_modules/.bin/next build packages/demo
./node_modules/.bin/next export packages/demo
cd out
# you can now deploy using now (or if you have another static site handler)
now .
```

#

## Linking pslb
You'll have to run the link commands in the pslb repo, then you can run 
```shell
yarn clean-install && yarn link-pslb && yarn print-module
```

---
_Source: https://npm.io/package/@pie-lib/render-ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
