0.1.1 • Published 2 months ago

@inialum/memories-react v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

@inialum/memories-react

npm version

React component library for the Memories - INIALUM Design System.

Installation

Before installing this package, make sure you have installed Tailwind CSS.

pnpm add -D @inialum/memories-css @inialum/memories-react

Tailwind CSS Configuration

You should add the memories plugin to your tailwind.config.[ts|js|cjs].
Also, you should add the @inialum/memories-react to the content option.

// tailwind.config.ts

import { memories } from '@inialum/memories-css'
import { type Config } from 'tailwindcss'

const config = {
  content: [
    './src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}',

    // Do not forget to add this line!
    './node_modules/@inialum/memories-react/**/*.js',
  ],
  plugins: [memories],
} satisfies Config

export default config

License

Licensed under Apache License 2.0. (except for images)
You are not allowed to use or distribute the images.

0.1.1

2 months ago

0.1.1-canary.0

2 months ago

0.1.0

2 months ago

0.0.2

2 months ago

0.0.2-canary.1

2 months ago

0.0.3-canary.0

2 months ago

0.0.2-canary.0

2 months ago

0.0.1

2 months ago

0.0.1-canary.0

2 months ago