Skip to content

Commit

Permalink
feat(ui/website): render button from ui lib
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Oct 8, 2024
1 parent 7e8d6b1 commit f79dbae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/website/app/nx-welcome.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Button } from '@cuhacking/ui'
/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * *
This is a starter component and can be deleted.
Expand Down Expand Up @@ -434,6 +435,11 @@ export function NxWelcome({ title }: { title: string }) {
{' '}
👋
</h1>
This is a
{' '}
<Button> Shadcn button </Button>
{' '}
imported from the ui lib.
</div>

<div id="hero" className="rounded">
Expand Down
1 change: 1 addition & 0 deletions apps/website/app/tailwind.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@config '../../../libs/ui/tailwind.config.js';
@tailwind base;
@tailwind components;
@tailwind utilities;

0 comments on commit f79dbae

Please sign in to comment.