mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-01-06 13:02:57 +00:00
feat: Initial release v0.1.0 - 52 Leptos ShadCN UI components
This commit is contained in:
27
packages/leptos/sheet/Cargo.toml
Normal file
27
packages/leptos/sheet/Cargo.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
[package]
|
||||
name = "shadcn-ui-leptos-sheet"
|
||||
description = "Leptos port of shadcn/ui sheet"
|
||||
homepage = "https://shadcn-ui.rustforweb.org/components/sheet.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
|
||||
|
||||
[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