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.
- Host: GitHub
- URL: https://github.com/dgknca/line.css
- Owner: dgknca
- License: mit
- Created: 2020-10-29T17:18:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T19:44:21.000Z (over 4 years ago)
- Last Synced: 2025-11-04T18:09:53.617Z (4 months ago)
- Topics: css, css-library, hacktoberfest
- Language: CSS
- Homepage: https://dgknca.github.io/line.css/
- Size: 3.69 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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'
```