2.0.0 • Published 5 years ago

@ndiing/ndiing v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

npm.io npm.io npm.io npm.io npm.io

Ndiing UI

A lightweight and modular front-end framework for developing fast and powerful web interfaces.

Important links

  • Material Design for our design implementation, used for every component :)
  • LitElement for our web component foundation, used in NgElement
  • PouchDB for our indexeddb proxy, used in NgIndexedDBProxy as indexeddb

Quick start

Using via CDN

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ndiing/ndiing/resources/ndiing.css">
</head>
<body>
    <script src="https://cdn.jsdelivr.net/gh/ndiing/ndiing/resources/ndiing.js" type="module"></script>
</body>
</html>

Components

All component classes are exported in each folder, but also imported all in ndiing.js except modules

NameStatus
layoutReady
layout-columnReady
layout-gridReady
colorReady
elevationReady
typographyReady
buttonReady
fabReady
iconReady
listReady
list-itemReady
menuReady
menu-itemReady
navigation-drawerReady
tabReady
tab-barReady
dialogReady
pickerReady
progressReady
side-sheetReady
snackbarReady
tooltipReady
top-app-barReady
data-tableReady
paginationReady
toolbarReady
formReady
date-fieldReady
email-fieldReady
number-fieldReady
password-fieldReady
search-fieldReady
tel-fieldReady
text-fieldReady
selectReady
select-optionReady
textareaReady
checkboxReady
radioReady
switchReady
backdropPlanned
bannerPlanned
bottom-app-barPlanned
bottom-navigationPlanned
bottom-sheetPlanned
cardPlanned
chipPlanned
dividerPlanned
image-listPlanned
navigation-railPlanned
sliderPlanned

Modules

All module are imported and exported in modules/index.js, and please avoid using Deprecated status, for soon-to-be removed features.

NameStatus
foundationReady
popperReady
rippleReady
routerReady
array-storeDeprecated
data-modelDeprecated
tree-storeDeprecated
fieldReady
schemaReady
modelReady
proxyReady
storeReady

Misc