acehugo
v0.0.13
Published
Hugo UI for react
Downloads
2
Readme
Hugo React UI
A react component framework project, Live Demo
Getting Started
Install
npm install acehugo --save
or
yarn add acehugo
Before the building, you need a style theme.
import 'acehugo/dist/theme/index.css'
or you want to change the main-theme (if you are using SCSS in your project).
acehugo-variables.scss
/* change the main-theme */
$color-primary:teal;
/* change font folder(important) */
$icon-path:'~acehugo/dist/theme/fonts'
@import '~acehugo/src/theme/index.scss'
more variables, please check here
App.jsx
import 'acehugo-variables.scss'
Usage
we recommend you writing code in modern javascript.
import {Button} from 'acehugo'