Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dashboard): Colors and button setup #6594

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

desiprisg
Copy link
Contributor

What changed? Why was the change needed?

Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

@desiprisg desiprisg self-assigned this Sep 30, 2024
Copy link

linear bot commented Sep 30, 2024

import { Slot } from "@radix-ui/react-slot";
import { cva, type VariantProps } from "class-variance-authority";
import { cn } from "@/utils/ui";
import * as React from 'react';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@desiprisg I was under the impression that the primitives folder is where we download the ShadUI code.

What's the recommended framework for applying modifications to the ShadUI code? Do it in there or in a different place?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can directly edit the primitives and variants as needed. That's the difference between shadcn/ui and conventional ui libraries.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@desiprisg desiprisg merged commit 2ce8e0d into next Sep 30, 2024
24 checks passed
@desiprisg desiprisg deleted the nv-4312-design-system-setup branch September 30, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants