Skip to content

nilis24/modernify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wallpaper

The modernify project

NPM JavaScript Style Guide

What is about?

The idea of this project is develop a modern kit of components for react and publish it as a npm package.

The components should has a good ux, and should be responsive, in such a way that it looks good on any device and that the user likes to browse the web where the components are used.

What is the use of this project and why is it useful?

You can take use of the components, installing the package and use it in your web project. It's useful because you can put modern style in your project without having knowledge of CSS.

About the license

This project is licensed under the ISC license, so everyone can use it taking into account the permissions of the license.

ISC © nilis24

How you can contribute and how you can begin to contribute

If you want to contribute, read CONTRIBUTING.md and follow the rules explained in the file. You can join to our discord server: click here. Start reading the CONTRIBUTING.md to begin.

Who maintains and contributes to this project?

Everyone contribute to this project, also everyone can find bugs and report it. But only the owner can maintain the project.

Install

npm install --save modernify

Usage

import React, { Component } from 'react'

import MyComponent from 'modernify'
import 'modernify/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

About

Modernify is a a modern open source framework of css

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published