@circl-tyo/circl-ui-library

The UI components and helpers for the CIRCL Design System

Usage no npm install needed!

<script type="module">
  import circlTyoCirclUiLibrary from 'https://cdn.skypack.dev/@circl-tyo/circl-ui-library';
</script>

README

CIRCL UI library

Features

CSS

  • normalize.css
  • Sass(node-sass)
    • sass-bulk-import
    • node-sass-package-importer
    • sourcemaps
    • csso
    • postcss
      • autoprefixer
      • css-mqpacker
  • Sprite(png/svg)
  • stylelint

JavaScript

  • BabelJS
  • ESLint(eslint-config-airbnb)

Requirements

  • node >= 11.11.0
  • npm >= 6.7.0
  • gulp >= 3.9.1
  • sass >= 3.4.24

Getting Started

# clone
$ git clone ###
$ cd circl-design-components

# Install Dependencies
$ npm run bootstrap

or

Please see CIRCL Design Boilerplate.