An open API service indexing awesome lists of open source software.

https://github.com/9d8dev/craft-site-example

Homepage of Craft UI. Craft UI is a design system and component library for NextJS Marketing Sites built with Tailwind, shadcn/ui, and Typescript.
https://github.com/9d8dev/craft-site-example

component-library design minimal nextjs shadcn-ui tailwindcss typescript

Last synced: about 1 month ago
JSON representation

Homepage of Craft UI. Craft UI is a design system and component library for NextJS Marketing Sites built with Tailwind, shadcn/ui, and Typescript.

Awesome Lists containing this project

README

          

![craft](https://github.com/brijr/craft-ui/assets/57158102/de2f45fe-ed4f-4674-9f5e-68a057e00c05)

# Craft UI

Craft UI is a design system and collection of components for developing marketing websites at much greater speeds.

> **In order to get the most out of Craft UI**, you will need to be familiar with the following:
>
> - [React Components and NextJS](https://nextjs.org/learn/react-foundations/building-ui-with-components)
> - [Tailwind](https://tailwindcss.com/)
> - [Tailwind Typography](https://tailwindcss.com/docs/typography-plugin)
> - [shadcn/ui](https://ui.shadcn.com/)
> - [Typescript](https://www.typescriptlang.org/docs/handbook/intro.html/)

## Getting Started

```bash
# Install Dependencies
npm install -D react-wrap-balancer
npm install -D @tailwindcss/typography
npm install -D next-themes

# Install shadcn/ui and all components
npx shadcn-ui@latest init
npx shadcn-ui@latest add -a
```

## Contributing

Coming soon ...

## License

Craft UI is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).