# nast-ui

> UI framework

Latest version **1.0.13** (published 2022-10-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install nast-ui
pnpm add nast-ui
yarn add nast-ui
bun add nast-ui
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.13 |
| Published | 2022-10-10 |
| First published | 2019-07-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 284 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Alexey |
| Maintainers | alex-nova, alexey-renova |
| Keywords | vue, ui, components |

## Links

- npm: https://www.npmjs.com/package/nast-ui
- Repository: https://github.com/renova-st/nast
- Homepage: https://github.com/renova-st/nast#readme
- Issues: https://github.com/renova-st/nast/issues
- npm.io page: https://npm.io/package/nast-ui

## Dependencies (4)

- [nast](https://npm.io/package/nast.md) ^1.0.*
- [lodash](https://npm.io/package/lodash.md) ^4.17.*
- [dragula](https://npm.io/package/dragula.md) ^3.7.*
- [sortablejs](https://npm.io/package/sortablejs.md) ^1.10.*

## Alternatives

- [@progress/kendo-ooxml](https://npm.io/package/@progress/kendo-ooxml.md) — 152.1K weekly downloads
- [@progress/kendo-react-ripple](https://npm.io/package/@progress/kendo-react-ripple.md) — 8.0K weekly downloads
- [@progress/kendo-react-orgchart](https://npm.io/package/@progress/kendo-react-orgchart.md) — 4.3K weekly downloads
- [@praxisui/dynamic-fields](https://npm.io/package/@praxisui/dynamic-fields.md) — 2.4K weekly downloads
- [@mesalvo/react-ui](https://npm.io/package/@mesalvo/react-ui.md) — 1.7K weekly downloads

## Recent versions

- 1.0.13 (latest) — 2022-10-10
- 1.0.12 — 2022-07-20
- 0.4.18 — 2022-07-20
- 0.4.17 — 2022-04-28
- 0.4.16 — 2022-04-12
- 1.0.11 — 2022-01-04
- 1.0.10 — 2021-11-17
- 1.0.9 — 2021-11-14
- 1.0.8 — 2021-11-01
- 1.0.7 — 2021-10-08
- 1.0.6 — 2021-09-23
- 1.0.5 — 2021-09-23
- 1.0.4 — 2021-09-23
- 1.0.3 — 2021-09-23
- 1.0.2 — 2021-09-05
- … 14 more at https://npm.io/package/nast-ui/versions

## README

# nast-secure
## Installation
```
npm i -S nast-secure
```

## Prepare
```
import Vue from 'vue'
import App from './App'
import NastSecure from 'nast-secure'

Vue.use(NastSecure.vue(), {})

new Vue({
  render: (h) => h(App),
}).$mount('#app')
```

## Basic usage
```
$app.secure.clean(html)
```

---
_Source: https://npm.io/package/nast-ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
