Skip to content

chernomord/ui-component

Repository files navigation

Component-oriented UI Library

Consists of:

  • Controller, provides data and methods for the View part
  • HTML text parser. Converts HTML text template to Virtual DOM.
  • Virtual DOM. A source from which DOM is rendered.
  • Component class that makes all of the above to work together.

Build

npm i

npm run build

Open dist/index.html

Test

npm run test

About

Component oriented UI library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published