Skip to content

Commit 622e360

Browse files
committed
WIP
1 parent 24cc6cc commit 622e360

File tree

3 files changed

+131
-0
lines changed

3 files changed

+131
-0
lines changed

package-lock.json

Lines changed: 120 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
260 KB
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { adamwathan } from '@/authors'
2+
import card from './card.png'
3+
4+
5+
export const meta = {
6+
title: "Introducing Catalyst v0.1.0: A modern application UI kit for React",
7+
description: `There’s nothing like building a major new product for finding all the features you wish you had in your own tools, so we capitalized on that inspiration and turned it into this — Tailwind CSS v3.4.`,
8+
date: '2023-12-20T20:00:00.000Z',
9+
authors: [adamwathan],
10+
image: card,
11+
}

0 commit comments

Comments
 (0)