Skip to content

tripleadev/pride.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

80 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

pride.js

A simple and colorful React component library.

NPM JavaScript Style Guide

Install

npm install --save pride.js

Usage

import * as React from 'react';

import MyComponent from 'pride.js';

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

Project structure

  • lib - This is where we store the libraries code
  • docs - App containing pride.js's website and docs

Contributing

  1. Check the Issues tab for open tickets
  2. Ask us for agreement (in the comments of issue)
  3. Create a fork of the repo, add changes
  4. Make a pull request, apply any eventual changes proposed by us
  5. Merge time

License

MIT ยฉ tripleadev