0.4.1 • Published 2 years ago
@rjackson/rjds v0.4.1
rjds
My own personal design system / component library / whatevs.
Very much a work in progress.
Installation
Install the design system, and required peer dependencies:
npm i @rjackson/rjds react tailwindcss
Install tailwindcss as per their instructions, and then update
tailwind.config.js
to:Scan
@rjackson/rjds
components for class names to compileManage 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