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

@ovh-ux/ui-kit

v6.10.0

Published

A component framework for the OVHcloud brand.

Downloads

4,075

Readme

OVHcloud UI Kit

A component framework for the OVHcloud brand.

npm version

Installation

Prerequisites

This library has been tested with AngularJS 1.6+.

You need to load these dependencies in your project:

See package.json for more informations.

Dependencies Dev Dependencies Peer Dependencies

Install with npm

npm install @ovh-ux/ui-kit

Install with yarn

yarn add @ovh-ux/ui-kit

Usage

  1. In your index.html, you need to load oui.css and oui.js:
<link rel="stylesheet" href="path/to/@ovh-ux/ui-kit/dist/css/oui.css">

<script src="path/to/@ovh-ux/ui-kit/dist/js/oui.js" type="text/javascript"></script>
  1. You need to add oui in your angular module dependencies like that:
angular.module('myAwesomeApp', ['oui']);

Webpack

In your index.js, you need to import the library, with its CSS file separately.

import '@ovh-ux/ui-kit/dist/css/oui.css';
import oui from '@ovh-ux/ui-kit';

angular.module('myAwesomeApp', [oui]);

LESS variables

If you want to use the variables for your style, you can access it through _variables.less.

@import 'path/to/@ovh-ux/ui-kit/dist/less/_variables';

Note: Importing _variables.less will import _constants.less and _icons.less too.

Develop

Run in development mode

  1. Clone and install ovh-ui-kit
git clone https://github.com/ovh/ovh-ui-kit.git
cd ovh-ui-kit
yarn install
  1. Run ovh-ui-kit in the Workshop
yarn start

This will open Storybook in your default browser

Hot reload

Once you have yarn start-ed the project, you can edit anything with an automatic browser refresh as a result.

Contributing

You've developed a new cool feature? Fixed an annoying bug? We'd be happy to hear from you!

see CONTRIBUTING

Related links

Documentation

Documentation is available from the packages/ folder, every package is self-documented throught a README.md file.

License

See https://github.com/ovh/ovh-ui-kit/blob/master/LICENSE