@tableslayer/ui
v0.1.8
Published
A Svelte 5 component library for building Table Slayer applications.
Downloads
557
Maintainers
Readme
@tableslayer/ui
A Svelte 5 component library for building Table Slayer applications.
Installation
pnpm add @tableslayer/uiPeer dependencies
This package requires the following peer dependencies:
pnpm add svelte @sveltejs/kit @melt-ui/svelteUsage
Import components and styles in your Svelte application:
<script>
import { Button, Text, Icon } from '@tableslayer/ui';
import '@tableslayer/ui/styles/globals.css';
</script>
<Button>Click me</Button>Available components
The library includes:
- Layout components (Box, Container, etc.)
- Form components (Button, Input, Select, etc.)
- Typography components (Text, Heading, etc.)
- Feedback components (Toast, Dialog, etc.)
- Navigation components (Tabs, Menu, etc.)
- And more
License
FSL-1.1-ALv2 - See LICENSE.md for details.
