https://github.com/aurelienloyer/github-corners-web-components
🐙 📐 A simple Web Component displaying a GitHub corners with parameters 🛠
https://github.com/aurelienloyer/github-corners-web-components
Last synced: about 2 months ago
JSON representation
🐙 📐 A simple Web Component displaying a GitHub corners with parameters 🛠
- Host: GitHub
- URL: https://github.com/aurelienloyer/github-corners-web-components
- Owner: AurelienLoyer
- Created: 2018-10-03T16:19:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T03:30:16.000Z (over 6 years ago)
- Last Synced: 2025-02-07T21:31:48.910Z (4 months ago)
- Language: HTML
- Homepage: http://aurelien-loyer.fr/github-corners-web-components/
- Size: 161 KB
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Github 🐙 Corners 📐 Web Components 🥑
# 🦄
```html
```
# 🛠
Attributes:
href
values: ...
default: https://github.com/T3kstiil3/github-corners-web-component
side
values: left || right
default: left
position
values: fixed || absolute
default: fixed
color
values: white || #FF9800 || ...
default: white
fill
values: white || #FF9800 || ...
default: black# 👨🏻🔧
# 👍
Svg @tholman
Tips @anthonygore#
# Development 💻
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```