@ryanatkn/fuz

0.101.2 • Public • Published

@ryanatkn/fuz

friendly user zystem 🧶 fuz.dev

Fuz is a Svelte UI library with components and helpers for making excellent websites. It's in early alpha and it will go through many breaking changes.

Fuz is being made to support Zzz and my other projects that focus on end-users. Fuz emphasizes capability and efficiency and tries to be simple for those goals. Compared to most UI libraries, Fuz has fewer features and more opinions.

To learn more see the docs and contributing.md. Feel free to take the ideas and code for your own purposes.

The Svelte components and helpers:

  • builds on my CSS framework Moss
  • plain CSS and minimal abstraction
  • near-zero dependencies except for Svelte, SvelteKit, Moss, and my utility library @ryanatkn/belt (not all components require SvelteKit but some do import its modules, needs more consideration)
  • not a fully-featured enterprise-ready set of components, it's being developed for the needs of specific projects, though eventually it will fill out
  • should be easy to copy/paste into your projects when you need full control like shadcn-svelte, I'll look into smoothing this pattern out in the future

Usage

⚠️ Expect a lot of breaking changes. If you want to help stabilize the API, please join the Discord and see contributing.md, your input is appreciated.

If you feel comfortable looking at the source code, Fuz is ready to use in your own projects, with the major caveat that there will be a lot of breaking changes ahead. The code is significantly incomplete but I think it's stable enough to use if you're willing to keep up with the relatively fast-moving changelog. For more see the dev channels in Discord.

npm i -D @ryanatkn/fuz

Fuz uses my style framework Moss. Import modules at their full paths:

// Moss has one main plain CSS stylesheet:
import '@ryanatkn/moss/style.css';
// or import individual parts of `@ryanatkn/moss/style.css`:
import '@ryanatkn/moss/style_reset.css'; // required
import '@ryanatkn/moss/style_utilities.css'; // optional
import '@ryanatkn/moss/style_components.css'; // optional
import '@ryanatkn/moss/style_animations.css'; // optional
// and import a Moss theme:
import '@ryanatkn/moss/theme.css'; // or bring your own
// then import Fuz Svelte components:
import Themed from '@ryanatkn/fuz/Themed.svelte';
// and Fuz TypeScript modules:
import {type Theme, get_theme} from '@ryanatkn/fuz/theme.js';

See the library for more.

Contributing

See contributing.md.

Develop

npm i # node >=20.10

# development
npm run dev

# production
npm run build
npm start

Fuz uses Gro, my CLI and toolkit that I use to run tasks in all of my projects. If you're not allergic it's handy to install globally.

License 🐦

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @ryanatkn/fuz

Homepage

www.fuz.dev/

Weekly Downloads

179

Version

0.101.2

License

MIT

Unpacked Size

233 kB

Total Files

114

Last publish

Collaborators

  • ryanatkn