nural-ui
v0.1.0
Published
A lightweight Vue 3 component library with familiar Ant Design Vue APIs.
Maintainers
Readme
Nural UI
Nural UI is an independently implemented, lightweight Vue 3 component library focused on commonly used enterprise components. Its APIs are familiar to Ant Design Vue users, but it is not affiliated with Ant Design Vue.
Installation
pnpm add nural-ui vue dayjsUsage
import { Button, Modal, Table } from 'nural-ui'
import 'nural-ui/style.css'<template>
<Button type="primary">Submit</Button>
</template>For global installation, component names use the Nural prefix, such as NuralButton and NuralTable. CSS classes and design tokens use the nur- prefix.
Development
pnpm install
pnpm dev
pnpm typecheck
pnpm buildLicense
MIT
