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

https://github.com/dgknca/line.css

A simple CSS library provides useful elements & components.
https://github.com/dgknca/line.css

css css-library hacktoberfest

Last synced: about 2 months ago
JSON representation

A simple CSS library provides useful elements & components.

Awesome Lists containing this project

README

          

# line.css

A simple CSS framework that provides useful components.

[Documentatin](https://dgknca.github.io/line.css/) | [Storybook](https://linecss.netlify.app/)

## Install

CDN

```html

```

Also you can install via npm

```js
npm i line.css
```

and import it

```js
import 'line.css'
```