Crate leptos_twelements
source ·Expand description
A UI component library for Leptos, based on Tailwind Elements. See README
Modules
- Tailwind Elements Components.
- Methods are utilities that can be useful independent from components.
- Utility functions and extension traits for working with signals in Leptos.
Functions
- Add this component to your app to initialize Tailwind Elements
- Call this from your
build.rs
to install the Tailwind Elements files to the given target directory. This is necessary so that they can be referenced from yourtailwind.config.js
.