Sve-UI is a UI component library for Svelte that provides the best collection of components for building modern web applications and fast.
You can install Sve-UI using pnpm, npm or yarn.
pnpm add sve-ui
npm install sve-ui
yarn add sve-ui
To use:
<script>
import { Button } from 'sve-ui';
function handleClick() {
alert('Button clicked!');
}
</script>
<Button onClick={handleClick}>Click me!</Button>
| 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] |
MIT