# suitcss-components

> Components for SUIT CSS

Latest version **2.0.0** (published 2017-04-28) · 0 weekly downloads

## Install

```sh
npm install suitcss-components
pnpm add suitcss-components
yarn add suitcss-components
bun add suitcss-components
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2017-04-28 |
| First published | 2014-05-27 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 34 |
| Maintainers | giuseppegurgone, necolas, simonsmith, timkelty |
| Keywords | browser, css-components, suitcss, style |

## Links

- npm: https://www.npmjs.com/package/suitcss-components
- Repository: https://github.com/suitcss/components
- Homepage: https://github.com/suitcss/components#readme
- Issues: https://github.com/suitcss/components/issues
- npm.io page: https://npm.io/package/suitcss-components

## Dependencies (4)

- [suitcss-components-grid](https://npm.io/package/suitcss-components-grid.md) ^3.0.2
- [suitcss-components-button](https://npm.io/package/suitcss-components-button.md) ^6.0.0
- [suitcss-components-arrange](https://npm.io/package/suitcss-components-arrange.md) ^1.1.1
- [suitcss-components-flex-embed](https://npm.io/package/suitcss-components-flex-embed.md) ^2.0.4

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2017-04-28
- 1.0.1 — 2016-02-28
- 1.0.0 — 2015-11-17
- 0.3.0 — 2014-07-02
- 0.2.0 — 2014-06-23
- 0.1.0 — 2014-05-27

## README

# SUIT CSS components

The full collection of SUIT CSS components. Requires
[suitcss-preprocessor](https://github.com/suitcss/preprocessor) or similar in
your build process, if you choose to use the packages directly.

Read more about [SUIT CSS](https://github.com/suitcss/suit/).

## Installation

* [npm](http://npmjs.org/): `npm install suitcss-components`
* [Download](https://github.com/suitcss/components/releases/latest)

…is a convenient way to install the following packages:

* [components-arrange](https://github.com/suitcss/components-arrange/)
* [components-button](https://github.com/suitcss/components-button/)
* [components-flex-embed](https://github.com/suitcss/components-flex-embed/)
* [components-grid](https://github.com/suitcss/components-grid/)

## Building

Install [Node](http://nodejs.org) (comes with npm).

```
npm install
```

To generate a build:

```
npm run build
```

## Browser support

Refer to the [caniuse](http://caniuse.com/) page for [flexbox](http://caniuse.com/#feat=flexbox).

* Google Chrome (latest)
* Opera (latest)
* Firefox 28+
* Safari 6.1+
* Internet Explorer 10+

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