0.3.2 • Published 2 years ago

veniz v0.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

:warning: UNDER EARLY STAGES OF DEVELOPEMENT

Veniz

svelte windicss ui components

Implemented Elemets

Container Button Article Form FormElement Label Input Navbar Header Dialogue

Installation for sveltekit

yarn add -D veniz sass vite-plugin-windicss svelte-windicss-preprocess

create windi.config.js config example

import { defineConfig } from 'windicss/helpers';
import flat from 'veniz/@palettes/flat';

export default defineConfig({
	darcMode: 'class',
	theme: {
		colors: {
			transparent: 'transparent',
			current: 'currentColor',
			...flat
		},
		extract: {
			include: ['node_modules/veniz/**/*.{svelte,scss}']
		}
	}
});

create index.scss

@import "veniz/@styles/index.scss"

inside a .svelte file

<script lang="ts">
	import './index.scss';
	import 'virtual:windi.css';
</script>

example

<script lang="ts">
	import './index.scss';
	import 'virtual:windi.css';
	import { Button } from 'veniz';
</script>

<Button>hello</Button>
<Button danger>hello</Button>
0.3.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago