Documentation Sve-UI
Install
Install Sve-UI with pnpm, npm or yarn:
pnpm add sve-ui
npm install sve-ui
yarn add sve-ui
Use
Import named the components you want to use:
import { Button } from 'sve-ui'
<Button>Use this button</Button>