0.7.0 • Published 5 months ago

@papyrus-ui/components v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@papyrus-ui/components

The UI kit with fundamental React components based on the Papyrus UI design system.

Usage

Add the plugin to your tailwind.config.js or tailwind.config.mjs:

import papyrusUI from '@papyrus-ui/components';

/** @type {import('tailwindcss').Config} */
export default {
  content: [
    // your content configuration
  ],
  plugins: [papyrusUI],
};

Features

The plugin includes:

Colors

  • Primary colors (50-900)
  • Secondary colors (50-900)
  • Info colors (50-900)
  • Success colors (50-900)
  • Warning colors (50-900)
  • Danger colors (50-900)
  • Neutral colors (50-900)
  • Light colors (50-900)
  • Dark colors (50-900)

Typography

  • Heading styles (h1-h6) for both primary and secondary fonts
  • Desktop and mobile variants for h1 and h2
  • Body text styles in multiple sizes
  • Button, caption, and label text styles
  • Complete configuration for:
    • Font sizes
    • Line heights
    • Font weights
    • Letter spacing
    • Text transforms

Font Families

  • Source Sans 3 (Primary)
  • Vollkorn (Secondary)

Contributing

For more information about contributing to this package, please contact the Papyrus UI team.

0.4.4

7 months ago

0.5.0

6 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.7.0

5 months ago

0.6.1

5 months ago

0.4.3

8 months ago

0.6.0

6 months ago

0.4.2

10 months ago

0.3.0

1 year ago

0.3.1

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago