Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Sep 5, 2022
1 parent e0a55ab commit 3fdc4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/style/tailwind.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import * as DropdownMenu from 'zeego/dropdown-menu'
import { styled } from 'nativewind'

// you can write them separately
const TaiwindItem = styled(DropdownMenu.Item, 'h-[25]')
const DropdownMenuItem = DropdownMenu.menuify(TaiwindItem, 'Item')
const TailwindItem = styled(DropdownMenu.Item, 'h-[25]')
const DropdownMenuItem = DropdownMenu.menuify(TailwindItem, 'Item')

// or you can chain them
const DropdownMenuItemTitle = Dropdown.menuify(
Expand Down

1 comment on commit 3fdc4c6

@vercel
Copy link

@vercel vercel bot commented on 3fdc4c6 Sep 5, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

zeego-docs – ./

zeego-docs-git-master-fernandorojo.vercel.app
zeego-docs-fernandorojo.vercel.app
zeego-docs.vercel.app

Please sign in to comment.