spiderwebai-components
v0.0.14
Published
frontend components like ui, hooks, and more used in spider
Downloads
13
Maintainers
Readme
spiderwebai-components
React components built using shadcn and other libs for the spiderwebai app.
Install
npm install spider_components
Usage
import { toast } from 'spiderwebai-components/react/components/ui/use-toast';
toast({
title: "Title",
description: "You gotta crawl before you walk!"
})
Add the modules to your tailwind config.
{
content: [
'./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}',
'node_modules/spiderwebai-components/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'
],
}