https://github.com/rodriabregu/sve-ui
🚀 Beautiful, fast and modern Svelte UI library.
https://github.com/rodriabregu/sve-ui
component-library components framework library svelte sveltejs sveltekit typescript ui ui-components
Last synced: 7 months ago
JSON representation
🚀 Beautiful, fast and modern Svelte UI library.
- Host: GitHub
- URL: https://github.com/rodriabregu/sve-ui
- Owner: rodriabregu
- License: mit
- Created: 2023-03-18T09:01:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T10:58:31.000Z (about 2 years ago)
- Last Synced: 2025-08-09T16:53:28.310Z (8 months ago)
- Topics: component-library, components, framework, library, svelte, sveltejs, sveltekit, typescript, ui, ui-components
- Language: Svelte
- Homepage: https://sveui.org/
- Size: 683 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sve-UI
## _Best UI components library for Svelte_
Sve-UI is a UI component library for Svelte that provides the best collection of components for building modern web applications and fast.
---
## Features
- Responsive components that work seamlessly across all devices and screen sizes
- Easy to use and highly customizable components
- Well-documented API and usage examples
- Regularly updated with new components and features
---
## Installation
> You can install Sve-UI using pnpm, npm or yarn.
```sh
pnpm add sve-ui
npm install sve-ui
yarn add sve-ui
```
To use:
```sh
import { Button } from 'sve-ui';
function handleClick() {
alert('Button clicked!');
}
Click me!
```
---
## Showcase & docs
| Showcase | Link |
| ------ | ------ |
| Docs | [/docs][docs] |
| Github page | [/sve-ui][Gp] |
| GitHub issues | [/sve-ui/issues][Gpi] |
| Github PR | [/sve-ui/pulls][Gppr] |
| Npmjs | [/package/sve-ui][LSjs] |
---
## List of components
- Box, Center, Spacer, Flex, Grid, GridItem
- Button, Text
- CodeExample
- Square, Circle
---
## License
MIT
[Gp]:
[Gpi]:
[Gppr]:
[LSjs]:
[docs]: