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

@bilderlings/ui-kit

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bilderlings/ui-kit

[![npm](https://img.shields.io/npm/v/@bilderlings/ui-kit.svg)](https://www.npmjs.com/package/@bilderlings/ui-kit)

  • 0.3.3
  • unpublished
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

Bilderlings UI Kit

npm

Bilderlings UI Kit is a theme and a set of extensions for Ant Design, compatible with React and Vue implementations.

UI Kit versionTested against
0.2.xantd 3.13.2
0.1.xantd 3.10.2

Usage

Install an implementation of Ant Design.

Install UI Kit as a dependency.

With Yarn:

yarn add @bilderlings/ui-kit

With npm:

npm i @bilderlings/ui-kit

Then, you need to change your webpack configuration.

  1. Add an entry resolving to the index.less file in the kit.
  2. Add an alias to an implementation of Ant Design (e.g. antd or ant-design-vue).

For example:

{
  "entry": "node_modules/@bilderlings/ui-kit/src/index.less",
  "resolve": {
    "alias": {
      "~antd": "node_modules/antd"
    }
  }
}

In order for this entry to resolve, you also need to install and configure less-loader.

Development

Use yarn link or npm link to work with the development version of UI Kit locally.

FAQs

Package last updated on 21 May 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

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