Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
/ muejs Public archive

React Framework to create Websites easily

Notifications You must be signed in to change notification settings

Le-Polemil/muejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED, PLEASE LOOK AT THE NEW REPOSITORIES https://github.com/mue-js

npm version

MueJS is a Framework of React components that will help you to create pretty websites in 5 minutes.

Our advantages :

  • Grid system: We're using grid displays from CSS3 to make pretty dispositions.
  • Readable: Properties are created to make the code readable.
  • Intuitive: We choosed components' and props' names to get intuitive usage of the framework.
  • Fast: You can create pretty UIs with only few components.

Installation

Using:

npm

npm i muejs

yarn

yarn add muejs

Peer dependencies

MueJS needs React to work well

Examples

    <Grid forceTemplate columnsTemplate="7fr 3fr" rowsTemplate="5vh 100rem 10vh">
        <GridElement col={2} row={2} className="bg-success">
            <h3>Wouah</h3>
        </GridElement>
    </Grid>

This example render a grid with 2 columns and 3 rows with forced templates.

You can see more details of each components here :

Contribute

You can help us improve our components with Merge Requests !