@workadventure/design-system
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

@workadventure/design-system

WorkAdventure's Tailwind themes.

Requirements

  • Node < v18
  • TailwindCSS < v3.3

Installation

Add the dependency:

  npm install @workadventure/design-system
```ncnp
Add the plugin to the Tailwind configuration:
```js
// tailwind.config.js

import workadventureUi from "@workadventure/design-system";

/** @type {import('tailwindcss').Config} */
export default {
    content: ["./index.html", "./src/**/*.{js,ts}"],
    theme: {
        extend: {},
    },
    plugins: [workadventureUi],
    workadventureUi: {
        oswaldFontUrl: './path/to/font.ttf',
    },
};

[!IMPORTANT] Replace './path/to/font.ttf' by the path to your font file in ttf format

Contribute

How to run the example:

    npm install
    cd example
    npm install
    cd ..
    npm run dev

After that, you can open the example in your browser.

To build the package:

    npm run build

Example sheet

Design System

Readme

Keywords

none

Package Sidebar

Install

npm i @workadventure/design-system

Weekly Downloads

331

Version

1.0.3

License

MIT

Unpacked Size

539 kB

Total Files

86

Last publish

Collaborators

  • gregoire-workadventure
  • moufmouf