0.5.3 • Published 7 months ago

@pedaki/design v0.5.3

Weekly downloads
-
License
CC-BY-NC-SA-4.0
Repository
github
Last release
7 months ago

@pedaki/design

Imports

You need to use this tsconfig:

{
  "compilerOptions": {
    "module": "node16",
    "moduleResolution": "node16"
  }
}

or more recent.

If you are using Next.js, add this in your configuration:

experimental: {
  esmExternals: true;
}

Icons

Most of the icons comes from lucide or remixicon.

Tailwind

Add this to your tailwind.config.js:

module.exports = {
    content: ['node_modules/@pedaki/design/**/*.{js,ts,jsx,tsx,mdx}', "src/**/*.{js,ts,jsx,tsx,mdx}"],
    presets: [require('@pedaki/design/tailwind/tailwind.config')],
};

And import the global styles in your layout.tsx:

import '@pedaki/design/styles.css';

Color system

We are using radix color system.

0.5.3

7 months ago

0.5.2-beta.11

8 months ago

0.5.2-beta.8

9 months ago

0.5.2-beta.9

9 months ago

0.5.2-beta.10

9 months ago

0.5.2-beta.7

9 months ago

0.5.2-beta.6

10 months ago

0.5.2-beta.5

10 months ago

0.5.2-beta.4

10 months ago

0.5.2-beta.3

10 months ago

0.5.2-beta.2

11 months ago

0.5.2-beta.1

11 months ago

0.5.2-beta.0

11 months ago

0.4.3-beta.3

11 months ago

0.4.3-beta.2

11 months ago

0.4.3-beta.1

11 months ago

0.4.3-beta.0

11 months ago

0.4.2

11 months ago

0.4.2-beta.11

11 months ago

0.4.2-beta.10

12 months ago

0.4.2-beta.9

12 months ago

0.4.2-beta.8

12 months ago

0.4.2-beta.7

1 year ago

0.4.2-beta.6

1 year ago

0.4.2-beta.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.1.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago