React UI component library (using styled-components).
npm install react-puroryarn add react-pur(there is no 'e', be careful)- Wrap your application with
Provider:
import React from 'react';
import { Heading, Provider } from 'react-pur';
class Application extends React.Component {
render() {
return (
<Provider>
<Heading>Hello Pur</Heading>
</Provider>
);
}
}Feel free to give any suggestions here or @eveningkid!