A simple and colorful React component library.
npm install --save pride.js
import * as React from 'react';
import MyComponent from 'pride.js';
class Example extends React.Component {
render() {
return <MyComponent />;
}
}
lib
- This is where we store the libraries codedocs
- App containing pride.js's website and docs
- 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
MIT ยฉ tripleadev