0.2.12 • Published 10 months ago

@grfzhl/runite v0.2.12

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

runite

A lightweight frontend framework library for mithril

MIT License

runite is based on the style library rovolon which provides a ready-to-go design system based on open-props.

This package is still under development - There is no permanent structure or API yet.

Add new components

Create a new UI component with bun generate ui-component

Usage

install with

bun add @grfzhl/runite

then you can use it in your view by loading a component and importing it

import { Demo } from '@grfzhl/runite';

m(Demo)

Load themes

You can load themes from rovolon by importing the index file of the theme with the proper theme-key as filename from /assets/style/theme/.

Then you can load the compiled theme css file in your html file. The import should be ruled as the theme layer:

@import url('@grfzhl/rovolon/dist/ocean/theme.css') layer(theme);

Feedback

If you have any feedback, please reach out to us at info@grafzahl.io

Authors

Future improvements

A list of things that should be done differently or need to be scalable, which is by now just a workaround to get started quickly

  • build process must me more accurate, also the build process contains parts, that are coupled to the rovolon library
  • adding a project scaffolding
  • css modules are loaded in a whole, but it should be looked up in code, which ones are used
  • any labels should be parametrized to let the project handle the i18n
0.2.12

10 months ago

0.2.11

12 months ago

0.2.10

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.4

1 year ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.10

1 year ago

0.1.11

1 year ago

0.1.3

1 year ago

0.1.2

2 years ago

0.1.0

2 years ago