Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 934 Bytes

readme.md

File metadata and controls

34 lines (22 loc) · 934 Bytes

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.