Skip to content

A reflex custom component to render a GitHub card from your profile data

Notifications You must be signed in to change notification settings

xsismadn3ss/Github_badge_component

Repository files navigation

github-badge

A Reflex custom component github-badge.

github_badge

Installation

pip install reflex-github-badge

Import

from reflex_github_badge.github_adge import github_badge

Usage example

def GithubCard() -> rx.Component:
    return github_badge(
        username="(your username)", 
        description="Hello world 👋"
    )

About

A reflex custom component to render a GitHub card from your profile data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages