# @buffetjs/custom

> Buffetjs Custom Components

Latest version **3.3.8** (published 2021-07-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install @buffetjs/custom
pnpm add @buffetjs/custom
yarn add @buffetjs/custom
bun add @buffetjs/custom
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.3.8 |
| Published | 2021-07-19 |
| First published | 2019-10-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 109.1 KB |
| Known vulnerabilities | 0 (+3 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 538 |
| Author | Strapi team |
| Maintainers | lauriejim, soupette, alexandrebodin, hichamelbsi |
| Keywords | Buffetjs, react, components, styled-components |

## Links

- npm: https://www.npmjs.com/package/@buffetjs/custom
- Repository: https://github.com/strapi/buffet
- Homepage: https://github.com/strapi/buffet#readme
- Issues: https://github.com/strapi/buffet/issues
- npm.io page: https://npm.io/package/@buffetjs/custom

## Dependencies (7)

- [lodash](https://npm.io/package/lodash.md) 4.17.21
- [moment](https://npm.io/package/moment.md) ^2.24.0
- [prop-types](https://npm.io/package/prop-types.md) ^15.5.10
- [@buffetjs/core](https://npm.io/package/@buffetjs/core.md) 3.3.8
- [@buffetjs/utils](https://npm.io/package/@buffetjs/utils.md) 3.3.8
- [@buffetjs/styles](https://npm.io/package/@buffetjs/styles.md) 3.3.8
- [react-moment-proptypes](https://npm.io/package/react-moment-proptypes.md) ^1.7.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 3.3.8 (latest) — 2021-07-19
- 3.3.7-next.1 (next) — 2021-07-19
- 3.3.2-rc.0 (rc) — 2020-12-11
- 3.3.7 — 2021-07-19
- 3.3.6 — 2021-05-10
- 3.3.5 — 2021-04-16
- 3.3.5-next.3 — 2021-03-31
- 3.3.5-next.2 — 2021-03-30
- 3.3.5-next.1 — 2021-03-04
- 3.3.5-next.0 — 2021-03-04
- 3.3.4 — 2021-02-01
- 3.3.4-next.0 — 2021-02-01
- 3.3.3-next.3 — 2021-01-07
- 3.3.3-next.2 — 2021-01-04
- 3.3.3-next.1 — 2020-12-24
- … 65 more at https://npm.io/package/@buffetjs/custom/versions

## README

# Buffet.js Custom

## Getting Started

### Installation

Using yarn

```bash
yarn add @buffetjs/custom
# Install the required dependencies
yarn add lodash prop-types react react-dom react-router-dom styled-components
```

or npm

```bash
npm install @buffetjs/custom --save
# Install the required dependencies
npm install lodash prop-types react react-dom react-router-dom styled-components --save
```

### Available commands

- **build**<br/>
  Builds the library for production
- **build:analyze**<br/>
  Analyse the generated build
- **build:watch**<br/>
  Whatch the files with webpack
- **build:watch:esm**<br/>
  Whatch the files with babel
- **create:index**<br/>
  Create the `build/index.js` file
- **test**<br/>
  Runs the entire set of test: lint, style and jest
- **test:jest**<br/>
  Runs the unit tests
- **test:jest:watch**<br/>
  Runs the unit tests in watch mode
- **test:lint**<br/>
  Runs the lint tests
- **test:lint:quiet**<br/>
  Runs the lint tests without displaying the warnings
- **test:style**<br/>
  Runs the stylelint tests
- **test:style:quiet**<br/>
  Runs the stylelint tests without displaying the warnings
- **lint:fix**<br/>
  Fixes the lint

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