Skip to content

Commit

Permalink
update link for list of elements
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrchung committed Mar 2, 2024
1 parent 4f5c273 commit e53f553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/styled-system/chakra-factory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ chakra styles, you can write `<chakra.button />`.

This reduces the need to create custom component wrappers and name them. This
syntax is available for common html elements. See the reference for the full
[list of elements](https://github.com/chakra-ui/chakra-ui/blob/main/packages/core/system/src/system.utils.ts#L7)
[list of elements](https://github.com/chakra-ui/chakra-ui/blob/main/packages/components/src/system/system.utils.ts#L7)
supported.

```jsx live=false
Expand Down

0 comments on commit e53f553

Please sign in to comment.