0.1.2 • Published 1 year ago

sve-ui v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

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 & docs

ShowcaseLink
Docs/docs
Github page/sve-ui
GitHub issues/sve-ui/issues
Github PR/sve-ui/pulls
Npmjs/package/sve-ui

List of components

  • Box, Center, Spacer, Flex, Grid, GridItem
  • Button, Text
  • CodeExample
  • Square, Circle

License

MIT

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago