mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-01-06 04:52:57 +00:00
feat: Initial release v0.1.0 - 52 Leptos ShadCN UI components
This commit is contained in:
29
packages/leptos/pagination/Cargo.toml
Normal file
29
packages/leptos/pagination/Cargo.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[package]
|
||||
name = "shadcn-ui-leptos-pagination"
|
||||
description = "Leptos port of shadcn/ui pagination"
|
||||
homepage = "https://shadcn-ui.rustforweb.org/components/pagination.html"
|
||||
publish = false
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
leptos.workspace = true
|
||||
leptos-node-ref.workspace = true
|
||||
leptos-struct-component.workspace = true
|
||||
leptos-style.workspace = true
|
||||
tailwind_fuse.workspace = true
|
||||
web-sys.workspace = true
|
||||
lucide-leptos = { workspace = true, features = ["navigation"] }
|
||||
shadcn-ui-leptos-button = { path = "../button" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
new_york = []
|
||||
|
||||
[dev-dependencies]
|
||||
shadcn-ui-test-utils = { path = "../../test-utils" }
|
||||
wasm-bindgen-test = { workspace = true }
|
||||
Reference in New Issue
Block a user