0.4.5 • Published 26 days ago

unified-components v0.4.5

Weekly downloads
-
License
-
Repository
-
Last release
26 days ago

Unified Components

How to use

1- Install

bun i unified-components --exact

2- Configure

uno.config.js

import { defineConfig } from 'unocss';
import preset from 'unified-components/uno.config.js';


export default defineConfig({
  presets: [
    preset,
  ],
  theme: {
    colors: {
      'neutral': '#212121',
      'on-neutral': '#FAFAFA',
      'primary': '#3b82f6',
      'on-primary': '#FAFAFA',
      'secondary': '#2dd4bf',
      'on-secondary': '#212121',
      'success': '#22c55e',
      'on-success': '#212121',
      'error': '#ef4444',
      'on-error': '#212121',
    },
  },
});

nuxt.config.js

export default defineNuxtConfig({
  extends: [
    'unified-components',
  ],
});
0.4.5

26 days ago

0.4.4

2 months ago

0.4.1

2 months ago

0.4.3

2 months ago

0.4.2

2 months ago

0.4.0

2 months ago

0.3.0

2 months ago

0.2.3

2 months ago

0.2.4

2 months ago

0.2.1

3 months ago

0.2.2

3 months ago

0.2.0

3 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago

0.0.4

5 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago