hron ui
npm install @daysnap/horn-uihorn-ui> TODO: description
``
const hornUi = require('horn-ui');
// TODO: DEMONSTRATE API
`
- 创建一个组件
`bashroot 目录下
npm run ui:gen
- 删除一个组件
`bash
root 目录下
npm run ui:delor horn-ui 下
npm run del
``- camelCase: changeFormatToThis
- snakeCase: change_format_to_this
- dashCase/kebabCase: change-format-to-this
- dotCase: change.format.to.this
- pathCase: change/format/to/this
- properCase/pascalCase: ChangeFormatToThis
- lowerCase: change format to this
- sentenceCase: Change format to this,
- constantCase: CHANGE_FORMAT_TO_THIS
- titleCase: Change Format To This