acehugo

0.0.13 • Public • Published

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'

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i acehugo

Weekly Downloads

1

Version

0.0.13

License

MIT

Unpacked Size

633 kB

Total Files

219

Last publish

Collaborators

  • acehubert