@guillotinaweb/grange-form

grange-form implements the Pastanaga UI theme for ngx-schema-form.

Usage no npm install needed!

<script type="module">
  import guillotinawebGrangeForm from 'https://cdn.skypack.dev/@guillotinaweb/grange-form';
</script>

README

grange-form

Build Status

grange-form implements the Pastanaga UI theme for ngx-schema-form.

Dev & build

npm install -g mrs-developer
npm install
missdev

To serve locally:

npm start

Update the demo

git checkout gh-pages
npm run build_demo
git commit -am "update demo"
git push origin gh-pages