CharmUI / charm

Charming UI Framework

Home Page:https://charmui.github.io/charm-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo image

Charming UI Framework

Getting started

Start with downloading Charm UI from npm:

npm install charm-ui

Read more on Getting started page for information on the framework contents and more.

What's included

Within the download you'll find the following directories and files:

charm-ui/
└── dist/
    ├── charm.classed.css
    ├── charm.tagged.css
    └── esm/ (commonjs/)
        └── layout/
            └── index.js

Charm CSS library consist of two versions - for usage with tags, and classes. With any of this versions you will also get minimal CSS resets, Utility classes and some Layout components for better presentation. Most of times you can just drop tagged version of Charm and write plain html or MDX.

About

Charming UI Framework

https://charmui.github.io/charm-docs/

License:MIT License


Languages

Language:CSS 51.3%Language:JavaScript 48.7%