Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mntm-lib/vkui-builder

Enhanced component library builder.
https://github.com/mntm-lib/vkui-builder

uikit vkontakte vkui

Last synced: about 2 hours ago
JSON representation

Enhanced component library builder.

Awesome Lists containing this project

README

        

# @mntm/vkui-builder [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/maxi-team/vkui-builder/blob/master/LICENSE) [![build](https://github.com/mntm-lib/vkui-builder/actions/workflows/build.yml/badge.svg)](https://github.com/mntm-lib/vkui-builder/actions/workflows/build.yml)

**Docs:** RU | EN

Enhanced component library builder.

## Differences

- ES2018/Node12 target
- Unprefixed css
- Minified source
- Faster load

## Prebuilt package

The prebuilt package is published in npm along with the release of the original package using GitHub Actions.

We recommend to use [yarn](https://classic.yarnpkg.com/en/docs/install/) for dependency management:

```shell
yarn add @mntm/vkui
```

## Getting started

Importing styles:

```css
@import '@mntm/vkui/dist/vkui.css';

@import '@mntm/vkui/dist/components/Root/Root.css';
```

## License

@mntm/vkui-builder is [MIT licensed](./LICENSE).