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

@infineon/design-system-bootstrap

v2.1.6

Published

Infineon design system bootstrap components

Downloads

278

Readme

[DEPRECATED] Infineon Design System Bootstrap Components

GitHub Repo Issues GitHub Pull Requests GitHub Repo Version GitHub Master Branch Weekly Commits GitHub Repo Contributors GitHub Repo Discussions

About The Project

As part of the Infineon brand guidelines, the Infineon Digital Design System supports designers, developers and project managers to build user interfaces faster and better – with the ultimate goal to create a coherent and optimal user journey across all internal and external Infineon digital touchpoints.

This repository contains an Bootstrap implementation of Infineons Digital Design System and it's Storybook sourcecode.

Use it to build & run storybook and distribute the Bootstrap SCSS.

Built With

  • React
  • Bootstrap

Getting Started

Prerequisites

  • Node v14 or older.
  • Yarn v1.22.10 or older, or Npm v6.14.13 or older.

Installation on React, Vue or Angular

With NPM

  1. npm install --save @infineon/design-system-bootstrap

With Yarn

  1. yarn add @infineon/design-system-bootstrap

Import the module inside your entry point file.

For React: index.js For Vue: main.js For Angular: main.ts

import "@infineon/design-system-bootstrap";

Installation of Fontawesome

  1. Send an email to [email protected] to get the fontawesome token key. Then execute these two commands:

npm config set "@fortawesome:registry" https://npm.fontawesome.com/
npm config set "//npm.fontawesome.com/:_authToken" <PASTE KEY HERE>

Additional Fontawesome installation instructions can be found here:

For Angular: https://fontawesome.com/v5/docs/web/use-with/angular For Vue https://fontawesome.com/v6/docs/web/use-with/vue/ For React: https://fontawesome.com/v6/docs/web/use-with/react/

Installation of SASS

For React projects only, run:

npm install sass

Change Public folder as a temporary solution for React only

Copy (not move!) the:

node_modules -> @infineon -> design-system-bootstrap -> public folder

inside

node_modules -> @infineon -> design-system-bootstrap -> src folder

Usage

Explore our components in Storybook.

https://storybook-bootstrap.icp.infineon.com

Local Development

Installation

Install all the modules and dependencies listed on the package.json file with:

yarn install

or

npm install

Build Storybook

To deploy Storybook, we first need to export it as a static web app. To do so, we can use the inbuild build-storybook command with npm or yarn.

yarn storybook-build

or

npm storybook-build

This will generate a static Storybook in the storybook-static directory.

Start Storybook

To start storybook, simply run the inbuild command storybook-start with npm or yarn.

yarn storybook-start

or

npm storybook-start

storybook-start also executes watch-css and watch-storybook which automatically update storybook on code change.

Contact

WebEx

Yanchev Tihomir Werther Kai

Email

[email protected] [email protected]