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

scu-components

v0.13.44

Published

Summit Credit Union Design System

Downloads

3,789

Readme

Summit Web Components for Applications


Project Abbreviation: scu-web-components-applications

URL Slug: readme-project/summit-web-components-for-applications

Developer Emails: [email protected]

NPM URL: https://www.npmjs.com/package/scu-components

Repo URL: https://bitbucket.org/summitcu/scu-design-system-app

Documentation URL: http://scu-components.s3-website.us-east-2.amazonaws.com/

Design Source File: https://www.figma.com/file/fyyyrkDxP3S6GOzNSCluwT/SCU-Summit-DSys-(Apps)?node-id=0%3A1

Design Documentation File: https://www.figma.com/file/dSTlIn5bgkNfgbvbHndI3r/SDS---Visuals?node-id=101%3A975

Production URL: http://scu-components.s3-website.us-east-2.amazonaws.com/

Services Utilized:

  • Figma, https://www.figma.com/

How To Install

Add to Packages

npm install scu-components -D

Vue Install

  1. Copy/Paste the design system include file from scu-components/dist/import.example.js to a local file named designSystem.ts;

  2. Add the design syste include file and styles into Vue's main file.

// main.ts
import "./designSystem";
import "scu-components/dist/scu/reference/tokens/styles.css";
  1. With Vue 3 install you are probably using vite, so add the custom element filter
// vite.config.js
...
  plugins: [
    vue({
      template: {
        compilerOptions: {
          isCustomElement: (tag) => {
            return tag.includes("scu-");
          },
        },
      },
  }),
...

How To Use

Customization (designSystem.ts file)

  • You can edit the suffix for localized components (scu-button-mine versus scu-button):
// designSystem.ts
const suffix = "mine";
// will create scu-button-mine versus scu-button
  • You can comment out any component you know you won't use.

How To Deploy

npm deploy

Body:

  • Create New Component (DSys App), Create New Component (DSys App), 1. Create Figma Component
  1. Tokenize
  2. Create new component files
  3. Folder named after component in "/src/components/scu-toast"
  4. scu-toast.tsx // Typescript
  5. scu-toast.scss // SCSS
  6. /usage/examples.md // documentation
  7. Copy and paste starter HTML and SCSS into files
  8. Run "yarn build" // This will integrate new component into build
  9. Run "yarn start" and "yarn server" // the latter serves the former.
  10. Prune DOM and SCSS and add interactivity...

Build Information

Dynamically built using contentful-readme-generator. Do not edit directly.

updated: 5/16/2023, 1:58:21 PM

built: 5/16/2023, 1:58:25 PM

space: 7gg213tt004u

environment: sandbox

entity id: 3wZl9DtqTZxg3PZU72xJbv

Edit Contentful Entry