nocms-atoms
v1.9.3
Published
Small building blocks for NoCMS
Downloads
3
Readme
NoCMS atoms
Small reusable building blocks for NoCMS.
Installation
Install nocms-atoms from NPM and include it in your own React build process (using Browserify, Webpack, etc).
npm install nocms-atoms --save
Features
Text TextArea deprecated Use Text with multiline instead Image Icon PageInput Code Select ESI Link IconButton LinkButton
Development
The project contains a dev server.
$ npm run dev
You can now make changes in src-folder and see changes on localhost:9000
When finished, run
$ npm run prepublish
to generate lib-files and a built version.
Demo
Check out the example-folder. Execute by
$ npm run dev
Commit message format and publishing
This repository is published using semantic-release
, with the default AngularJS Commit Message Conventions.