Skip to content

eveningkid/react-pur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pur

React UI component library (using styled-components).

Get Started

  • npm install react-pur or yarn 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!

About

React UI component library (using styled-components)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors