DEPRECATED, PLEASE LOOK AT THE NEW REPOSITORIES https://github.com/mue-js
MueJS is a Framework of React components that will help you to create pretty websites in 5 minutes.
- 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.
npm
npm i muejs
yarn
yarn add muejs
MueJS needs React to work well
<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 :
You can help us improve our components with Merge Requests !