npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

gf-components

v0.1.24

Published

geoFluxus library of React components

Downloads

1,705

Readme

gf-components

Library of components to be used in geoFluxus applications.

CSS global variables

  /* colors */
  --gf-color-bg-base: #FFFFFF;
  --gf-color-bg-tertiary: #F9FAFB;
  --gf-color-bg-debug: orange;
  --gf-color-primary-hover: #3858F2;
  --gf-color-button-primary: #152BEE;
  --gf-color-border-base: #EAECF0;

  --gf-color-text-primary: #1D2939;
  --gf-color-text-secondary: #475467;
  --gf-color-text-tertiary: #667085;

  /* radius */
  --gf-radius-sm: 2px;
  --gf-radius-md: 4px;

  /* padding */
  --gf-padding-sm: 8px;
  --gf-padding-md: 16px;

  /* fonts */
  --gf-font: Roboto, sans-serif;
  --gf-display-1: normal normal 600 48px/60px Roboto, sans-serif;

  --gf-header-h1: normal normal 600 38px/46px Roboto, sans-serif;
  --gf-header-h2: normal normal 600 30px/38px Roboto, sans-serif;
  --gf-header-h3: normal normal 600 24px/32px Roboto, sans-serif;
  --gf-header-h4: normal normal 500 20px/28px Roboto, sans-serif;
  --gf-header-h5: normal normal 500 16px/24px Roboto, sans-serif;
  
  --gf-label-xl-bold: normal normal 700 20px/28px Roboto, sans-serif;
  --gf-label-xl-default: normal normal 400 20px/28px Roboto, sans-serif;
  --gf-label-lg-bold: normal normal 700 16px/24px Roboto, sans-serif;
  --gf-label-lg-default: normal normal 400 16px/24px Roboto, sans-serif;
  --gf-label-md-bold: normal normal 700 14px/22px Roboto, sans-serif;
  --gf-label-md-default: normal normal 400 14px/22px Roboto, sans-serif;
  --gf-label-md-italic: normal italic 400 18px/34px Roboto, sans-serif;
  --gf-label-sm-bold: normal normal 700 12px/14px Roboto, sans-serif;
  --gf-label-sm-default: normal normal 400 12px/14px Roboto, sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

Installation

run yarn install for the first time and yarn run storybook to spin up storybook

for more information about this project, refer to: https://medium.com/simform-engineering/building-a-component-library-with-react-typescript-and-storybook-a-comprehensive-guide-ba189accdaf5