Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

slippers-ui

Package Overview
Dependencies
Maintainers
0
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slippers-ui

GitLab Marketing Design System

  • 3.0.0-alpha.24
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Slippers UI - GitLab's Marketing Design System

Slippers is the open-source GitLab Marketing Web Design System. It was created in the spirit of "everyone can contribute".

Resources:

Gettings started with Slippers:

Local development

Slippers uses Storybook to enable component exploration.

Yarn is the preferred package manager.

Running Storybook locally:

  1. Clone the Slippers project.
  2. Install the dependecies using the version of node specified in .npmrc - npm install.
  3. Run Storybook - yarn storybook.
  4. Storybook should now be running at: http://localhost:6009/.

Updating the slippers-ui NPM package

  1. Make changes to slippers-ui.
  2. If needed, create/update .stories so Storybook is upto date.
  3. Increment the version number in package.json.
  4. If needed, add component into install.js (this adds components into the build).
  5. Build /dist folder - yarn build-library.
  6. Publish to NPM - yarn publish.
  7. You can optionally publish using sh scripts/publish.sh. Note that you must have jq installed. This attempts to run Step 5 and 6 and validate all of this process for you.
  8. Merge changes into origin/main.
  9. Once the package has been published it's now ready to be updated in the consuming repositories (Example: Buyer Experience, be-navigation, etc.).

Importing slippers-ui into your project:

  • With NPM npm install slippers-ui OR with YARN yarn add slippers-ui
  • Slippers main entry point is /dist/slippers-core.umd.min.js, example usage. To import the styling for the above components, the compiled css file can be found at: /dist/slippers-core.css.

FAQs

Package last updated on 22 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc