/github-corners-web-components

🐙 📐 A simple Web Component displaying a GitHub corners with parameters 🛠

Primary LanguageHTML

Github 🐙 Corners 📐 Web Components 🥑

🦄

<script src="https://unpkg.com/vue"></script>
<script src="../github-corners.min.js"></script>

<github-corners side="right" href="https://github.com/T3kstiil3"></github-corners>

🛠

        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

👨🏻‍🔧

Search Issues
Create Issue

👍

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