# @ajmchambers/ajmc-components-core

> Collection of Web Components by ajmchambers

Latest version **0.0.11** (published 2021-07-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ajmchambers/ajmc-components-core
pnpm add @ajmchambers/ajmc-components-core
yarn add @ajmchambers/ajmc-components-core
bun add @ajmchambers/ajmc-components-core
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.11 |
| Published | 2021-07-20 |
| First published | 2021-07-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 35 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Alan Chambers |
| Maintainers | ajmchambers |
| Keywords | components |

## Links

- npm: https://www.npmjs.com/package/@ajmchambers/ajmc-components-core
- npm.io page: https://npm.io/package/@ajmchambers/ajmc-components-core

## Dependencies (1)

- [lit](https://npm.io/package/lit.md) ^2.0.0-rc.2

## Recent versions

- 0.0.11 (latest) — 2021-07-20
- 0.0.10 — 2021-07-20
- 0.0.9 — 2021-07-20
- 0.0.8 — 2021-07-12
- 0.0.6 — 2021-07-10
- 0.0.5 — 2021-07-10
- 0.0.4 — 2021-07-10
- 0.0.3 — 2021-07-10
- 0.0.2 — 2021-07-10
- 0.0.1 — 2021-07-10

## README

# \<ajmc-components>

This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.

## Installation
```bash
npm i ajmc-components
```

## Usage
```html
<script type="module">
  import 'ajmc-components/ajmc-components.js';
</script>

<ajmc-components></ajmc-components>
```

## Testing with Web Test Runner
To run the suite of Web Test Runner tests, run
```bash
npm run test
```

To run the tests in watch mode (for &lt;abbr title=&#34;test driven development&#34;&gt;TDD&lt;/abbr&gt;, for example), run

```bash
npm run test:watch
```

## Demoing with Storybook
To run a local instance of Storybook for your component, run
```bash
npm run storybook
```

To build a production version of Storybook, run
```bash
npm run storybook:build
```


## Tooling configs

For most of the tools, the configuration is in the `package.json` to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

## Local Demo with `web-dev-server`
```bash
npm start
```
To run a local development server that serves the basic demo located in `demo/index.html`

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