0.0.13 • Published 6 years ago

acehugo v0.0.13

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago