0.3.0 • Published 1 year ago
@inialum/memories-react v0.3.0
@inialum/memories-react
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.2-canary.4
1 year ago
0.1.2-canary.5
1 year ago
0.1.2-canary.0
1 year ago
0.1.2-canary.1
1 year ago
0.1.2-canary.2
1 year ago
0.1.2-canary.3
1 year ago
0.3.0
1 year ago
0.2.0
1 year ago
0.2.1-canary.0
1 year ago
0.2.1-canary.1
1 year ago
0.2.1-canary.2
1 year ago
0.1.1
1 year ago
0.1.1-canary.0
1 year ago
0.1.0
1 year ago
0.0.2
1 year ago
0.0.2-canary.1
1 year ago
0.0.3-canary.0
1 year ago
0.0.2-canary.0
1 year ago
0.0.1
1 year ago
0.0.1-canary.0
1 year ago