0.0.3 • Published 5 years ago
@tripleadev/pride.js v0.0.3
pride.js
A simple and colorful React component library.
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 codedocs
- App containing pride.js's website and docs
Contributing
- Check the Issues tab for open tickets
- Ask us for agreement (in the comments of issue)
- Create a fork of the repo, add changes
- Make a pull request, apply any eventual changes proposed by us
- Merge time
License
MIT © tripleadev