@collaborem/gaudi

0.2.0 • Public • Published

Gaudi 🎨

Gaudi is an NPM package that provides a set of CSS-variables to style HTML-based Collaborem UIs consistently.

Use

First, add the dependency:

Yarn yarn add @collaborem/gaudi
NPM npm install @collaborem/gaudi

Then you can import it from your app. The way the CSS styles are imported depends on your bundling setup. Most Javascript bundlers have support for loading, bundling, and generating CSS bundles that get exported. All you need to do is to import Gaudi's CSS from your Javascript app:

import "@collaborem/gaudi/src/index.scss"

Set up for development

  1. Clone the repository: git clone https://github.com/collaborem/gaudi.git
  2. Install NPM dependencies with: npm install.
  3. Run: npm run website:dev.

/@collaborem/gaudi/

    Package Sidebar

    Install

    npm i @collaborem/gaudi

    Weekly Downloads

    1

    Version

    0.2.0

    License

    AGPL-3.0

    Unpacked Size

    36.9 kB

    Total Files

    4

    Last publish

    Collaborators

    • pepibumur