0.4.1 • Published 2 years ago

@rjackson/rjds v0.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

rjds

My own personal design system / component library / whatevs.

Very much a work in progress.

Installation

  1. Install the design system, and required peer dependencies:

    npm i @rjackson/rjds react tailwindcss
  2. Install tailwindcss as per their instructions, and then update tailwind.config.js to:

    1. Scan @rjackson/rjds components for class names to compile

    2. Manage dark-mode via classes

    module.exports = {
        content: [
            './src/**/*.{js,jsx,ts,tsx,vue}',
    +        "./node_modules/@rjackson/rjds/src/**/*.{js,ts,jsx,tsx}",
        ],
    +    darkMode: 'class',
        theme: {
            extend: {},
        },
        plugins: [],
    };

Release management

Use the tool np to manage releases.

npx np
0.5.0-4

2 years ago

0.5.0-1

2 years ago

0.5.0-0

2 years ago

0.5.0-3

2 years ago

0.5.0-2

2 years ago

0.4.1

3 years ago

0.3.0

3 years ago

0.4.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago