@cupcodev/ui 6.0.1 → 6.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.cjs +625 -637
- package/dist/index.js +613 -625
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ Todos os componentes Cupcode e shadcn/ui base são reexportados de `@cupcodev/ui
|
|
|
108
108
|
### MainNavbar sem router obrigatório
|
|
109
109
|
|
|
110
110
|
`MainNavbar` não depende de `react-router-dom`. Para integração SPA, passe `pathname` e `onNavigate`.
|
|
111
|
-
|
|
111
|
+
O pacote não injeta logo da Cupcode por padrão. Se quiser ocupar a área de marca, passe `logo` com o visual do seu app:
|
|
112
112
|
|
|
113
113
|
```tsx
|
|
114
114
|
import { MainNavbar, TelescupImage } from "@cupcodev/ui";
|