@delement/ui
v0.9.9-55
Published
Frontend UI Library from Digital Element
Downloads
997
Maintainers
Readme
Digital Element UI Library
A set of plugins, utilities, components and configs useful in front-end development. Tree-shakable & ESM-only.
Example of usage
React components:
import { Btn, Input, DatePicker, /* etc */ } from "@delement/ui/components";
Plugins:
import { Collection, Localisation, FormValidation, /* etc */ } from "@delement/ui/plugins";
Constants:
import { constants } from "@delement/ui/constants";
For developers
If you want to help with contribution of new features or need some changes please open src
folder than run npm install
, make changes and build library with Rollup via npm run build
.
__
API and docs
See more examples and API at our website.