Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@gitlab/ui

Package Overview
Dependencies
Maintainers
10
Versions
1852
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitlab/ui

GitLab UI Components

Source
npmnpm
Version
2.0.3
Version published
Weekly downloads
61K
-14.63%
Maintainers
10
Weekly downloads
 
Created
Source

gitlab-ui

gitlab-ui is a UI component library written in Vue.js. See https://gitlab-org.gitlab.io/gitlab-ui/ for documentation.

Prerequisites

Make sure you have Node 8.x (LTS) and Yarn 1.2 or newer.

Quick start

# Clone the project
git clone git@gitlab.com:gitlab-org/gitlab-ui.git

# Install all the dependencies of the project
yarn # or yarn install

# Build and launch storybook to see the components in the browser
yarn storybook

Go to http://localhost:9001/

Installation

npm install @gitlab-org/gitlab-ui

Configuring application.css

This project uses GitLab CE's master branch application.css for styles. If you'd like to configure a different css file to load instead of the default application.css, you may set the CSS_URL environment variable with the css path before building storybook.

CSS_URL=https://example.com/application.css yarn storybook

Contributing guide

Please refer to CONTRIBUTING.md for details on how to add new components and contribute in general to gitlab-ui.

FAQs

Package last updated on 08 Feb 2019

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