An open API service indexing awesome lists of open source software.

https://github.com/sircus/elements-list

Deprecated
https://github.com/sircus/elements-list

Last synced: about 1 year ago
JSON representation

Deprecated

Awesome Lists containing this project

README

          

# sircus-elements-list

[![npm version](https://img.shields.io/npm/v/sircus-elements-list.svg?style=flat)](https://www.npmjs.com/package/sircus-elements-list)

> A base lists elements Module for Sircus.

## Dependencies
- [sircus-global-property](https://github.com/sircus/global-property)

## Installation

> npm:

```bash
$ npm install sircus-elements-list sircus-global-property
```

## Usage

> cssnext:

input.css
```css
@import "sircus-elements-list";
@import "sircus-global-property";
```

> sass:

input.scss
```scss
@import "./node_modules/sircus-global-property/converted";
@import "./node_modules/sircus-elements-list/converted";
```

> html

```html


  • ...


  1. ...


...

...


```

## Contributing

We Need Your Help!

## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.